Html Css Color HEX #BBEDE5 Water Leaf

📋 copy color: '#BBEDE5'

red 187 ◦ green 237 ◦ blue 229

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

Shades of Water Leaf #BBEDE5

Tints of Water Leaf #BBEDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.07%

R = 28.64%
G = 36.29%
B = 35.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#BBEDE5 (or 0xBBEDE5) is known color: Water Leaf. HEX triplet: BB, ED and E5. RGB value is (187,237,229). Sum of RGB (Red+Green+Blue) = 187+237+229=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDE5 is #44121A. Grayscale: #DDDDDD. Windows color (decimal): -4461083 or 15068603. OLE color: 15068603.

HSL color Cylindrical-coordinate representation of color #BBEDE5: hue angle of 170.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 #BBEDE5 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 237 229 -
CMYK 0.21 0 0.03 0.07
HSL 170.4º 0.58% 0.83% -
HSV(B) 170.4º 0.21% 0.93% -
XYZ 64.92 76.79 85.53 -
YUV 221.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 187 237 229 0.21 0 0.03 0.07 170.4 0.58 0.83
Hex BB ED E5 15 0 3 7 AA 3A 53
Octal 273 355 345 25 0 3 7 252 72 123
Binary 10111011 11101101 11100101 10101 0 11 111 10101010 111010 1010011

Color Harmonies of #BBEDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDE5

Black with #BBEDE5

Text Example


Text Example

White with #BBEDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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