Html Css Color HEX #BCFEE8 Water Leaf

📋 copy color: '#BCFEE8'

red 188 ◦ green 254 ◦ blue 232

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

Shades of Water Leaf #BCFEE8

Tints of Water Leaf #BCFEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.42%

R = 27.89%
G = 37.69%
B = 34.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#BCFEE8 (or 0xBCFEE8) is known color: Water Leaf. HEX triplet: BC, FE and E8. RGB value is (188,254,232). Sum of RGB (Red+Green+Blue) = 188+254+232=674 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.89% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEE8 is #430117. Grayscale: #E7E7E7. Windows color (decimal): -4391192 or 15269564. OLE color: 15269564.

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

Color convert

RGB 188 254 232 -
CMYK 0.26 0 0.09 0.00
HSL 160º 0.97% 0.87% -
HSV(B) 160º 0.26% 1% -
XYZ 70.75 87.4 89.49 -
YUV 231.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 188 254 232 0.26 0 0.09 0.00 160 0.97 0.87
Hex BC FE E8 1A 0 9 0 A0 61 57
Octal 274 376 350 32 0 11 0 240 141 127
Binary 10111100 11111110 11101000 11010 0 1001 0 10100000 1100001 1010111

Color Harmonies of #BCFEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEE8

Black with #BCFEE8

Text Example


Text Example

White with #BCFEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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