#BCFEEB

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

Shades of Water Leaf #BCFEEB

Tints of Water Leaf #BCFEEB

Color information

#BCFEEB (or 0xBCFEEB) is unknown color: approx Water Leaf. HEX triplet: BC, FE and EB. RGB value is (188,254,235). Sum of RGB (Red+Green+Blue) = 188+254+235=677 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.77% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEEB is #430114. Grayscale: #E8E8E8. Windows color (decimal): -4391189 or 15466172. OLE color: 15466172.

HSL color Cylindrical-coordinate representation of color #BCFEEB: hue angle of 162.73º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFEEB is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB188254235-
CMYK0.2600.070.00
HSL162.73º97.06%86.67%-
HSV(B)162.73º25.98%99.61%-
XYZ71.1887.5791.75-
YUV232.1129.6396.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.77%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 235 (92.19% from 255) = 34.71%
R=27.77%
G=37.52%
B=34.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882542350.2600.070.00162.7397.0686.67
HexBCFEEB1A070a36157
Octal27437635332070243141127
Binary10111100111111101110101111010011101010001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEEB; }

 p { color: rgb(188,254,235); }

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

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

 a { background-color: rgb(188,254,235); }

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

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

 span { border-color: rgb(188,254,235); }

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