Html Css Color HEX #BBFAE8 Water Leaf

📋 copy color: '#BBFAE8'

red 187 ◦ green 250 ◦ blue 232

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

Shades of Water Leaf #BBFAE8

Tints of Water Leaf #BBFAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.68%

R = 27.95%
G = 37.37%
B = 34.68%

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

#BBFAE8 (or 0xBBFAE8) is known color: Water Leaf. HEX triplet: BB, FA and E8. RGB value is (187,250,232). Sum of RGB (Red+Green+Blue) = 187+250+232=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAE8 is #440517. Grayscale: #E5E5E5. Windows color (decimal): -4457752 or 15268539. OLE color: 15268539.

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

Color convert

RGB 187 250 232 -
CMYK 0.25 0 0.07 0.02
HSL 162.86º 0.86% 0.86% -
HSV(B) 162.86º 0.25% 0.98% -
XYZ 69.24 84.76 89.06 -
YUV 229.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 187 250 232 0.25 0 0.07 0.02 162.86 0.86 0.86
Hex BB FA E8 19 0 7 2 A3 56 56
Octal 273 372 350 31 0 7 2 243 126 126
Binary 10111011 11111010 11101000 11001 0 111 10 10100011 1010110 1010110

Color Harmonies of #BBFAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAE8

Black with #BBFAE8

Text Example


Text Example

White with #BBFAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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