#BCFFEB

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

Shades of Water Leaf #BCFFEB

Tints of Water Leaf #BCFFEB

Color information

#BCFFEB (or 0xBCFFEB) is unknown color: approx Water Leaf. HEX triplet: BC, FF and EB. RGB value is (188,255,235). Sum of RGB (Red+Green+Blue) = 188+255+235=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFEB is #430014. Grayscale: #E8E8E8. Windows color (decimal): -4390933 or 15466428. OLE color: 15466428.

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

Color convert

RGB188255235-
CMYK0.2600.080
HSL162.09º100%86.86%-
HSV(B)162.09º26.27%100%-
XYZ71.4988.2191.86-
YUV232.69129.396.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.73%
GREEN value IS 255 (100% from 255) = 37.61%
BLUE value IS 235 (92.19% from 255) = 34.66%
R=27.73%
G=37.61%
B=34.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552350.2600.080162.0910086.86
HexBCFFEB1A080a26457
Octal274377353320100242144127
Binary101111001111111111101011110100100001010001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFEB; }

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

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

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

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

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

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

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

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