#BCFAED

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

Shades of Water Leaf #BCFAED

Tints of Water Leaf #BCFAED

Color information

#BCFAED (or 0xBCFAED) is unknown color: approx Water Leaf. HEX triplet: BC, FA and ED. RGB value is (188,250,237). Sum of RGB (Red+Green+Blue) = 188+250+237=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAED is #430512. Grayscale: #E5E5E5. Windows color (decimal): -4392211 or 15596220. OLE color: 15596220.

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

Color convert

RGB188250237-
CMYK0.2500.050.02
HSL167.42º86.11%85.88%-
HSV(B)167.42º24.8%98.04%-
XYZ70.2185.1892.86-
YUV229.98131.9698.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.85%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=27.85%
G=37.04%
B=35.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882502370.2500.050.02167.4286.1185.88
HexBCFAED19052a75656
Octal27437235531052247126126
Binary101111001111101011101101110010101101010011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAED; }

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

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

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

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

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

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

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

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