Html Css Color HEX #BCFEE5 Water Leaf

📋 copy color: '#BCFEE5'

red 188 ◦ green 254 ◦ blue 229

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

Shades of Water Leaf #BCFEE5

Tints of Water Leaf #BCFEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.13%

R = 28.02%
G = 37.85%
B = 34.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#BCFEE5 (or 0xBCFEE5) is known color: Water Leaf. HEX triplet: BC, FE and E5. RGB value is (188,254,229). Sum of RGB (Red+Green+Blue) = 188+254+229=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEE5 is #43011A. Grayscale: #E7E7E7. Windows color (decimal): -4391195 or 15072956. OLE color: 15072956.

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

Color convert

RGB 188 254 229 -
CMYK 0.26 0 0.10 0.00
HSL 157.27º 0.97% 0.87% -
HSV(B) 157.27º 0.26% 1% -
XYZ 70.32 87.23 87.26 -
YUV 231.42 126.63 97.03 -
System Red Green Blue C M Y K H S L
Decimal 188 254 229 0.26 0 0.10 0.00 157.27 0.97 0.87
Hex BC FE E5 1A 0 A 0 9D 61 57
Octal 274 376 345 32 0 12 0 235 141 127
Binary 10111100 11111110 11100101 11010 0 1010 0 10011101 1100001 1010111

Color Harmonies of #BCFEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEE5

Black with #BCFEE5

Text Example


Text Example

White with #BCFEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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