Html Css Color HEX #BCFEE4 Water Leaf

📋 copy color: '#BCFEE4'

red 188 ◦ green 254 ◦ blue 228

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

Shades of Water Leaf #BCFEE4

Tints of Water Leaf #BCFEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.03%

R = 28.06%
G = 37.91%
B = 34.03%

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

#BCFEE4 (or 0xBCFEE4) is known color: Water Leaf. HEX triplet: BC, FE and E4. RGB value is (188,254,228). Sum of RGB (Red+Green+Blue) = 188+254+228=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEE4 is #43011B. Grayscale: #E7E7E7. Windows color (decimal): -4391196 or 15007420. OLE color: 15007420.

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

Color convert

RGB 188 254 228 -
CMYK 0.26 0 0.10 0.00
HSL 156.36º 0.97% 0.87% -
HSV(B) 156.36º 0.26% 1% -
XYZ 70.18 87.18 86.53 -
YUV 231.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 188 254 228 0.26 0 0.10 0.00 156.36 0.97 0.87
Hex BC FE E4 1A 0 A 0 9C 61 57
Octal 274 376 344 32 0 12 0 234 141 127
Binary 10111100 11111110 11100100 11010 0 1010 0 10011100 1100001 1010111

Color Harmonies of #BCFEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEE4

Black with #BCFEE4

Text Example


Text Example

White with #BCFEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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