#BCFD94

Color #BCFD94 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #BCFD94

Tints of Reef #BCFD94

Color information

#BCFD94 (or 0xBCFD94) is unknown color: approx Reef. HEX triplet: BC, FD and 94. RGB value is (188,253,148). Sum of RGB (Red+Green+Blue) = 188+253+148=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFD94 is #43026B. Grayscale: #DDDDDD. Windows color (decimal): -4391532 or 9764284. OLE color: 9764284.

HSL color Cylindrical-coordinate representation of color #BCFD94: hue angle of 97.14º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCFD94 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB188253148-
CMYK0.2600.420.01
HSL97.14º96.33%78.63%-
HSV(B)97.14º41.5%99.22%-
XYZ61.2183.0840.83-
YUV221.5986.47104.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 253 (99.22% from 255) = 42.95%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=31.92%
G=42.95%
B=25.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882531480.2600.420.0197.1496.3378.63
HexBCFD941A02A161604f
Octal274375224320521141140117
Binary1011110011111101100101001101001010101110000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFD94; }

 p { color: rgb(188,253,148); }

 H1.HeaderClassName
 {
   color: #BCFD94;
 }
 .AnyTagClassName
 {
   color: #BCFD94;
 }
</style>
background-color css

<style>
 a { background-color: #BCFD94; }

 a { background-color: rgb(188,253,148); }

 div.DivClassName
 {
   background-color: #BCFD94;
 }
 .BgClassName
 {
   background-color: #BCFD94;
 }
</style>
border-color css

<style>
 span { border-color: #BCFD94; }

 span { border-color: rgb(188,253,148); }

 td.TdClassName
 {
   border-color: #BCFD94;
 }
 .TagClassName
 {
   border-color: #BCFD94;
 }
</style>