Html Css Color HEX #BCFAE4 Water Leaf

📋 copy color: '#BCFAE4'

red 188 ◦ green 250 ◦ blue 228

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

Shades of Water Leaf #BCFAE4

Tints of Water Leaf #BCFAE4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.54%

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

R = 28.23%
G = 37.54%
B = 34.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#BCFAE4 (or 0xBCFAE4) is known color: Water Leaf. HEX triplet: BC, FA and E4. RGB value is (188,250,228). Sum of RGB (Red+Green+Blue) = 188+250+228=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAE4 is #43051B. Grayscale: #E4E4E4. Windows color (decimal): -4392220 or 15006396. OLE color: 15006396.

HSL color Cylindrical-coordinate representation of color #BCFAE4: hue angle of 158.71º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFAE4 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 228 -
CMYK 0.25 0 0.09 0.02
HSL 158.71º 0.86% 0.86% -
HSV(B) 158.71º 0.25% 0.98% -
XYZ 68.93 84.66 86.11 -
YUV 228.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 188 250 228 0.25 0 0.09 0.02 158.71 0.86 0.86
Hex BC FA E4 19 0 9 2 9F 56 56
Octal 274 372 344 31 0 11 2 237 126 126
Binary 10111100 11111010 11100100 11001 0 1001 10 10011111 1010110 1010110

Color Harmonies of #BCFAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAE4

Black with #BCFAE4

Text Example


Text Example

White with #BCFAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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