Html Css Color HEX #BBFAE5 Water Leaf

📋 copy color: '#BBFAE5'

red 187 ◦ green 250 ◦ blue 229

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

Shades of Water Leaf #BBFAE5

Tints of Water Leaf #BBFAE5

RGB

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

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

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

R = 28.08%
G = 37.54%
B = 34.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#BBFAE5 (or 0xBBFAE5) is known color: Water Leaf. HEX triplet: BB, FA and E5. RGB value is (187,250,229). Sum of RGB (Red+Green+Blue) = 187+250+229=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAE5 is #44051A. Grayscale: #E4E4E4. Windows color (decimal): -4457755 or 15071931. OLE color: 15071931.

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

Color convert

RGB 187 250 229 -
CMYK 0.25 0 0.08 0.02
HSL 160º 0.86% 0.86% -
HSV(B) 160º 0.25% 0.98% -
XYZ 68.82 84.59 86.83 -
YUV 228.77 128.13 98.21 -
System Red Green Blue C M Y K H S L
Decimal 187 250 229 0.25 0 0.08 0.02 160 0.86 0.86
Hex BB FA E5 19 0 8 2 A0 56 56
Octal 273 372 345 31 0 10 2 240 126 126
Binary 10111011 11111010 11100101 11001 0 1000 10 10100000 1010110 1010110

Color Harmonies of #BBFAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAE5

Black with #BBFAE5

Text Example


Text Example

White with #BBFAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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