Html Css Color HEX #BCFEE9 Water Leaf

📋 copy color: '#BCFEE9'

red 188 ◦ green 254 ◦ blue 233

#BCFEE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #BCFEE9

Tints of Water Leaf #BCFEE9

RGB

 RED value IS 188 (73.83% from 255) = 27.85%

 GREEN value IS 254 (99.61% from 255) = 37.63%

 BLUE value IS 233 (91.41% from 255) = 34.52%

R = 27.85%
G = 37.63%
B = 34.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#BCFEE9 (or 0xBCFEE9) is known color: Water Leaf. HEX triplet: BC, FE and E9. RGB value is (188,254,233). Sum of RGB (Red+Green+Blue) = 188+254+233=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEE9 is #430116. Grayscale: #E7E7E7. Windows color (decimal): -4391191 or 15335100. OLE color: 15335100.

HSL color Cylindrical-coordinate representation of color #BCFEE9: hue angle of 160.91º 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 #BCFEE9 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 254 233 -
CMYK 0.26 0 0.08 0.00
HSL 160.91º 0.97% 0.87% -
HSV(B) 160.91º 0.26% 1% -
XYZ 70.89 87.46 90.24 -
YUV 231.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 188 254 233 0.26 0 0.08 0.00 160.91 0.97 0.87
Hex BC FE E9 1A 0 8 0 A1 61 57
Octal 274 376 351 32 0 10 0 241 141 127
Binary 10111100 11111110 11101001 11010 0 1000 0 10100001 1100001 1010111

Color Harmonies of #BCFEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEE9

Black with #BCFEE9

Text Example


Text Example

White with #BCFEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEE9; }

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

 H1.HeaderClassName
 {
   color: #BCFEE9;
 }
 .AnyTagClassName
 {
   color: #BCFEE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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