Html Css Color HEX #B8FAE4 Water Leaf

📋 copy color: '#B8FAE4'

red 184 ◦ green 250 ◦ blue 228

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

Shades of Water Leaf #B8FAE4

Tints of Water Leaf #B8FAE4

RGB

 RED value IS 184 (72.27% from 255) = 27.79%

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

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

R = 27.79%
G = 37.76%
B = 34.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#B8FAE4 (or 0xB8FAE4) is known color: Water Leaf. HEX triplet: B8, FA and E4. RGB value is (184,250,228). Sum of RGB (Red+Green+Blue) = 184+250+228=662 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.79% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FAE4 is #47051B. Grayscale: #E3E3E3. Windows color (decimal): -4654364 or 15006392. OLE color: 15006392.

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

Color convert

RGB 184 250 228 -
CMYK 0.26 0 0.09 0.02
HSL 160º 0.87% 0.85% -
HSV(B) 160º 0.26% 0.98% -
XYZ 67.96 84.16 86.06 -
YUV 227.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 184 250 228 0.26 0 0.09 0.02 160 0.87 0.85
Hex B8 FA E4 1A 0 9 2 A0 57 55
Octal 270 372 344 32 0 11 2 240 127 125
Binary 10111000 11111010 11100100 11010 0 1001 10 10100000 1010111 1010101

Color Harmonies of #B8FAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FAE4

Black with #B8FAE4

Text Example


Text Example

White with #B8FAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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