Html Css Color HEX #BBF0E0 Water Leaf

📋 copy color: '#BBF0E0'

red 187 ◦ green 240 ◦ blue 224

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

Shades of Water Leaf #BBF0E0

Tints of Water Leaf #BBF0E0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.87%

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

R = 28.73%
G = 36.87%
B = 34.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#BBF0E0 (or 0xBBF0E0) is known color: Water Leaf. HEX triplet: BB, F0 and E0. RGB value is (187,240,224). Sum of RGB (Red+Green+Blue) = 187+240+224=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0E0 is #440F1F. Grayscale: #DEDEDE. Windows color (decimal): -4460320 or 14741691. OLE color: 14741691.

HSL color Cylindrical-coordinate representation of color #BBF0E0: hue angle of 161.89º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0E0 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 224 -
CMYK 0.22 0 0.07 0.06
HSL 161.89º 0.64% 0.84% -
HSV(B) 161.89º 0.22% 0.94% -
XYZ 65.11 78.27 82.2 -
YUV 222.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 187 240 224 0.22 0 0.07 0.06 161.89 0.64 0.84
Hex BB F0 E0 16 0 7 6 A2 40 54
Octal 273 360 340 26 0 7 6 242 100 124
Binary 10111011 11110000 11100000 10110 0 111 110 10100010 1000000 1010100

Color Harmonies of #BBF0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0E0

Black with #BBF0E0

Text Example


Text Example

White with #BBF0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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