Html Css Color HEX #BBF8E5 Water Leaf

📋 copy color: '#BBF8E5'

red 187 ◦ green 248 ◦ blue 229

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

Shades of Water Leaf #BBF8E5

Tints of Water Leaf #BBF8E5

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.35%

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

R = 28.16%
G = 37.35%
B = 34.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#BBF8E5 (or 0xBBF8E5) is known color: Water Leaf. HEX triplet: BB, F8 and E5. RGB value is (187,248,229). Sum of RGB (Red+Green+Blue) = 187+248+229=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 248 (97.27% from 255 or 37.35% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8E5 is #44071A. Grayscale: #E3E3E3. Windows color (decimal): -4458267 or 15071419. OLE color: 15071419.

HSL color Cylindrical-coordinate representation of color #BBF8E5: hue angle of 161.31º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8E5 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 248 229 -
CMYK 0.25 0 0.08 0.03
HSL 161.31º 0.81% 0.85% -
HSV(B) 161.31º 0.25% 0.97% -
XYZ 68.2 83.36 86.62 -
YUV 227.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 187 248 229 0.25 0 0.08 0.03 161.31 0.81 0.85
Hex BB F8 E5 19 0 8 3 A1 51 55
Octal 273 370 345 31 0 10 3 241 121 125
Binary 10111011 11111000 11100101 11001 0 1000 11 10100001 1010001 1010101

Color Harmonies of #BBF8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8E5

Black with #BBF8E5

Text Example


Text Example

White with #BBF8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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