Html Css Color HEX #BBF9E2 Water Leaf

📋 copy color: '#BBF9E2'

red 187 ◦ green 249 ◦ blue 226

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

Shades of Water Leaf #BBF9E2

Tints of Water Leaf #BBF9E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.14%

R = 28.25%
G = 37.61%
B = 34.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#BBF9E2 (or 0xBBF9E2) is known color: Water Leaf. HEX triplet: BB, F9 and E2. RGB value is (187,249,226). Sum of RGB (Red+Green+Blue) = 187+249+226=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 226 (88.67% from 255 or 34.14% from 662); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9E2 is #44061D. Grayscale: #E3E3E3. Windows color (decimal): -4458014 or 14875067. OLE color: 14875067.

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

Color convert

RGB 187 249 226 -
CMYK 0.25 0 0.09 0.02
HSL 157.74º 0.84% 0.85% -
HSV(B) 157.74º 0.25% 0.98% -
XYZ 68.1 83.81 84.54 -
YUV 227.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 187 249 226 0.25 0 0.09 0.02 157.74 0.84 0.85
Hex BB F9 E2 19 0 9 2 9E 54 55
Octal 273 371 342 31 0 11 2 236 124 125
Binary 10111011 11111001 11100010 11001 0 1001 10 10011110 1010100 1010101

Color Harmonies of #BBF9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF9E2

Black with #BBF9E2

Text Example


Text Example

White with #BBF9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF9E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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