Html Css Color HEX #BBFEE2 Water Leaf

📋 copy color: '#BBFEE2'

red 187 ◦ green 254 ◦ blue 226

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

Shades of Water Leaf #BBFEE2

Tints of Water Leaf #BBFEE2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.08%

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

R = 28.04%
G = 38.08%
B = 33.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#BBFEE2 (or 0xBBFEE2) is known color: Water Leaf. HEX triplet: BB, FE and E2. RGB value is (187,254,226). Sum of RGB (Red+Green+Blue) = 187+254+226=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEE2 is #44011D. Grayscale: #E6E6E6. Windows color (decimal): -4456734 or 14876347. OLE color: 14876347.

HSL color Cylindrical-coordinate representation of color #BBFEE2: hue angle of 154.93º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEE2 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 254 226 -
CMYK 0.26 0 0.11 0.00
HSL 154.93º 0.97% 0.86% -
HSV(B) 154.93º 0.26% 1% -
XYZ 69.66 86.94 85.06 -
YUV 230.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 187 254 226 0.26 0 0.11 0.00 154.93 0.97 0.86
Hex BB FE E2 1A 0 B 0 9B 61 56
Octal 273 376 342 32 0 13 0 233 141 126
Binary 10111011 11111110 11100010 11010 0 1011 0 10011011 1100001 1010110

Color Harmonies of #BBFEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFEE2

Black with #BBFEE2

Text Example


Text Example

White with #BBFEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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