Html Css Color HEX #BBF7E0 Water Leaf

📋 copy color: '#BBF7E0'

red 187 ◦ green 247 ◦ blue 224

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

Shades of Water Leaf #BBF7E0

Tints of Water Leaf #BBF7E0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.54%

 BLUE value IS 224 (87.89% from 255) = 34.04%

R = 28.42%
G = 37.54%
B = 34.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#BBF7E0 (or 0xBBF7E0) is known color: Water Leaf. HEX triplet: BB, F7 and E0. RGB value is (187,247,224). Sum of RGB (Red+Green+Blue) = 187+247+224=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7E0 is #44081F. Grayscale: #E2E2E2. Windows color (decimal): -4458528 or 14743483. OLE color: 14743483.

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

Color convert

RGB 187 247 224 -
CMYK 0.24 0 0.09 0.03
HSL 157º 0.79% 0.85% -
HSV(B) 157º 0.24% 0.97% -
XYZ 67.21 82.47 82.9 -
YUV 226.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 187 247 224 0.24 0 0.09 0.03 157 0.79 0.85
Hex BB F7 E0 18 0 9 3 9D 4F 55
Octal 273 367 340 30 0 11 3 235 117 125
Binary 10111011 11110111 11100000 11000 0 1001 11 10011101 1001111 1010101

Color Harmonies of #BBF7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF7E0

Black with #BBF7E0

Text Example


Text Example

White with #BBF7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF7E0; }

 p { color: rgb(187,247,224); }

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

background-color css

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

 a { background-color: rgb(187,247,224); }

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

border-color css

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

 span { border-color: rgb(187,247,224); }

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