Html Css Color HEX #BBFAE9 Water Leaf

📋 copy color: '#BBFAE9'

red 187 ◦ green 250 ◦ blue 233

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

Shades of Water Leaf #BBFAE9

Tints of Water Leaf #BBFAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.78%

R = 27.91%
G = 37.31%
B = 34.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#BBFAE9 (or 0xBBFAE9) is known color: Water Leaf. HEX triplet: BB, FA and E9. RGB value is (187,250,233). Sum of RGB (Red+Green+Blue) = 187+250+233=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAE9 is #440516. Grayscale: #E5E5E5. Windows color (decimal): -4457751 or 15334075. OLE color: 15334075.

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

Color convert

RGB 187 250 233 -
CMYK 0.25 0 0.07 0.02
HSL 163.81º 0.86% 0.86% -
HSV(B) 163.81º 0.25% 0.98% -
XYZ 69.39 84.82 89.81 -
YUV 229.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 187 250 233 0.25 0 0.07 0.02 163.81 0.86 0.86
Hex BB FA E9 19 0 7 2 A4 56 56
Octal 273 372 351 31 0 7 2 244 126 126
Binary 10111011 11111010 11101001 11001 0 111 10 10100100 1010110 1010110

Color Harmonies of #BBFAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAE9

Black with #BBFAE9

Text Example


Text Example

White with #BBFAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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