Html Css Color HEX #BBFAE4 Water Leaf

📋 copy color: '#BBFAE4'

red 187 ◦ green 250 ◦ blue 228

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

Shades of Water Leaf #BBFAE4

Tints of Water Leaf #BBFAE4

RGB

 RED value IS 187 (73.44% from 255) = 28.12%

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

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

R = 28.12%
G = 37.59%
B = 34.29%

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

#BBFAE4 (or 0xBBFAE4) is known color: Water Leaf. HEX triplet: BB, FA and E4. RGB value is (187,250,228). Sum of RGB (Red+Green+Blue) = 187+250+228=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAE4 is #44051B. Grayscale: #E4E4E4. Windows color (decimal): -4457756 or 15006395. OLE color: 15006395.

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

Color convert

RGB 187 250 228 -
CMYK 0.25 0 0.09 0.02
HSL 159.05º 0.86% 0.86% -
HSV(B) 159.05º 0.25% 0.98% -
XYZ 68.68 84.54 86.1 -
YUV 228.66 127.63 98.29 -
System Red Green Blue C M Y K H S L
Decimal 187 250 228 0.25 0 0.09 0.02 159.05 0.86 0.86
Hex BB FA E4 19 0 9 2 9F 56 56
Octal 273 372 344 31 0 11 2 237 126 126
Binary 10111011 11111010 11100100 11001 0 1001 10 10011111 1010110 1010110

Color Harmonies of #BBFAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAE4

Black with #BBFAE4

Text Example


Text Example

White with #BBFAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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