#BCFA94

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

Shades of Reef #BCFA94

Tints of Reef #BCFA94

Color information

#BCFA94 (or 0xBCFA94) is unknown color: approx Reef. HEX triplet: BC, FA and 94. RGB value is (188,250,148). Sum of RGB (Red+Green+Blue) = 188+250+148=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFA94 is #43056B. Grayscale: #DCDCDC. Windows color (decimal): -4392300 or 9763516. OLE color: 9763516.

HSL color Cylindrical-coordinate representation of color #BCFA94: hue angle of 96.47º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCFA94 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB188250148-
CMYK0.2500.410.02
HSL96.47º91.07%78.04%-
HSV(B)96.47º40.8%98.04%-
XYZ60.2781.240.51-
YUV219.8387.46105.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 250 (98.05% from 255) = 42.66%
BLUE value IS 148 (58.20% from 255) = 25.26%
R=32.08%
G=42.66%
B=25.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501480.2500.410.0296.4791.0778.04
HexBCFA94190292605b4e
Octal274372224310512140133116
Binary10111100111110101001010011001010100110110000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFA94; }

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

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

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

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

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

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

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

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