Html Css Color HEX #BBEEE0 Water Leaf

📋 copy color: '#BBEEE0'

red 187 ◦ green 238 ◦ blue 224

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

Shades of Water Leaf #BBEEE0

Tints of Water Leaf #BBEEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.67%

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

R = 28.81%
G = 36.67%
B = 34.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BBEEE0 (or 0xBBEEE0) is known color: Water Leaf. HEX triplet: BB, EE and E0. RGB value is (187,238,224). Sum of RGB (Red+Green+Blue) = 187+238+224=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEE0 is #44111F. Grayscale: #DDDDDD. Windows color (decimal): -4460832 or 14741179. OLE color: 14741179.

HSL color Cylindrical-coordinate representation of color #BBEEE0: hue angle of 163.53º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEEE0 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 238 224 -
CMYK 0.21 0 0.06 0.07
HSL 163.53º 0.6% 0.83% -
HSV(B) 163.53º 0.21% 0.93% -
XYZ 64.52 77.1 82 -
YUV 221.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 187 238 224 0.21 0 0.06 0.07 163.53 0.6 0.83
Hex BB EE E0 15 0 6 7 A4 3C 53
Octal 273 356 340 25 0 6 7 244 74 123
Binary 10111011 11101110 11100000 10101 0 110 111 10100100 111100 1010011

Color Harmonies of #BBEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEEE0

Black with #BBEEE0

Text Example


Text Example

White with #BBEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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