Html Css Color HEX #BBF8E2 Water Leaf

📋 copy color: '#BBF8E2'

red 187 ◦ green 248 ◦ blue 226

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

Shades of Water Leaf #BBF8E2

Tints of Water Leaf #BBF8E2

RGB

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

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

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

R = 28.29%
G = 37.52%
B = 34.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#BBF8E2 (or 0xBBF8E2) is known color: Water Leaf. HEX triplet: BB, F8 and E2. RGB value is (187,248,226). Sum of RGB (Red+Green+Blue) = 187+248+226=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8E2 is #44071D. Grayscale: #E3E3E3. Windows color (decimal): -4458270 or 14874811. OLE color: 14874811.

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

Color convert

RGB 187 248 226 -
CMYK 0.25 0 0.09 0.03
HSL 158.36º 0.81% 0.85% -
HSV(B) 158.36º 0.25% 0.97% -
XYZ 67.79 83.19 84.44 -
YUV 227.25 127.29 99.29 -
System Red Green Blue C M Y K H S L
Decimal 187 248 226 0.25 0 0.09 0.03 158.36 0.81 0.85
Hex BB F8 E2 19 0 9 3 9E 51 55
Octal 273 370 342 31 0 11 3 236 121 125
Binary 10111011 11111000 11100010 11001 0 1001 11 10011110 1010001 1010101

Color Harmonies of #BBF8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8E2

Black with #BBF8E2

Text Example


Text Example

White with #BBF8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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