Html Css Color HEX #BBEDE0 Water Leaf

📋 copy color: '#BBEDE0'

red 187 ◦ green 237 ◦ blue 224

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

Shades of Water Leaf #BBEDE0

Tints of Water Leaf #BBEDE0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.57%

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

R = 28.86%
G = 36.57%
B = 34.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#BBEDE0 (or 0xBBEDE0) is known color: Water Leaf. HEX triplet: BB, ED and E0. RGB value is (187,237,224). Sum of RGB (Red+Green+Blue) = 187+237+224=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDE0 is #44121F. Grayscale: #DCDCDC. Windows color (decimal): -4461088 or 14740923. OLE color: 14740923.

HSL color Cylindrical-coordinate representation of color #BBEDE0: hue angle of 164.4º degrees, saturation: 0.58, 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 #BBEDE0 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 237 224 -
CMYK 0.21 0 0.05 0.07
HSL 164.4º 0.58% 0.83% -
HSV(B) 164.4º 0.21% 0.93% -
XYZ 64.23 76.51 81.9 -
YUV 220.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 187 237 224 0.21 0 0.05 0.07 164.4 0.58 0.83
Hex BB ED E0 15 0 5 7 A4 3A 53
Octal 273 355 340 25 0 5 7 244 72 123
Binary 10111011 11101101 11100000 10101 0 101 111 10100100 111010 1010011

Color Harmonies of #BBEDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDE0

Black with #BBEDE0

Text Example


Text Example

White with #BBEDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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