Html Css Color HEX #BBF9E8 Water Leaf

📋 copy color: '#BBF9E8'

red 187 ◦ green 249 ◦ blue 232

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

Shades of Water Leaf #BBF9E8

Tints of Water Leaf #BBF9E8

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.28%

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

R = 27.99%
G = 37.28%
B = 34.73%

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

#BBF9E8 (or 0xBBF9E8) is known color: Water Leaf. HEX triplet: BB, F9 and E8. RGB value is (187,249,232). Sum of RGB (Red+Green+Blue) = 187+249+232=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 249 (97.66% from 255 or 37.28% from 668); Blue value is 232 (91.02% from 255 or 34.73% from 668); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9E8 is #440617. Grayscale: #E4E4E4. Windows color (decimal): -4458008 or 15268283. OLE color: 15268283.

HSL color Cylindrical-coordinate representation of color #BBF9E8: hue angle of 163.55º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9E8 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 232 -
CMYK 0.25 0 0.07 0.02
HSL 163.55º 0.84% 0.85% -
HSV(B) 163.55º 0.25% 0.98% -
XYZ 68.93 84.14 88.95 -
YUV 228.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 187 249 232 0.25 0 0.07 0.02 163.55 0.84 0.85
Hex BB F9 E8 19 0 7 2 A4 54 55
Octal 273 371 350 31 0 7 2 244 124 125
Binary 10111011 11111001 11101000 11001 0 111 10 10100100 1010100 1010101

Color Harmonies of #BBF9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF9E8

Black with #BBF9E8

Text Example


Text Example

White with #BBF9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF9E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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