#BCFBEF

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

Shades of Water Leaf #BCFBEF

Tints of Water Leaf #BCFBEF

Color information

#BCFBEF (or 0xBCFBEF) is unknown color: approx Water Leaf. HEX triplet: BC, FB and EF. RGB value is (188,251,239). Sum of RGB (Red+Green+Blue) = 188+251+239=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBEF is #430410. Grayscale: #E6E6E6. Windows color (decimal): -4391953 or 15727548. OLE color: 15727548.

HSL color Cylindrical-coordinate representation of color #BCFBEF: hue angle of 168.57º degrees, saturation: 0.89, 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 #BCFBEF is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB188251239-
CMYK0.2500.050.02
HSL168.57º88.73%86.08%-
HSV(B)168.57º25.1%98.43%-
XYZ70.8285.9294.51-
YUV230.8132.6397.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.73%
GREEN value IS 251 (98.44% from 255) = 37.02%
BLUE value IS 239 (93.75% from 255) = 35.25%
R=27.73%
G=37.02%
B=35.25%

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
Decimal1882512390.2500.050.02168.5788.7386.08
HexBCFBEF19052a95956
Octal27437335731052251131126
Binary101111001111101111101111110010101101010100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBEF; }

 p { color: rgb(188,251,239); }

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

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

 a { background-color: rgb(188,251,239); }

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

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

 span { border-color: rgb(188,251,239); }

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