Html Css Color HEX #BBEDE1 Water Leaf

📋 copy color: '#BBEDE1'

red 187 ◦ green 237 ◦ blue 225

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

Shades of Water Leaf #BBEDE1

Tints of Water Leaf #BBEDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.67%

R = 28.81%
G = 36.52%
B = 34.67%

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

#BBEDE1 (or 0xBBEDE1) is known color: Water Leaf. HEX triplet: BB, ED and E1. RGB value is (187,237,225). Sum of RGB (Red+Green+Blue) = 187+237+225=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDE1 is #44121E. Grayscale: #DCDCDC. Windows color (decimal): -4461087 or 14806459. OLE color: 14806459.

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

Color convert

RGB 187 237 225 -
CMYK 0.21 0 0.05 0.07
HSL 165.6º 0.58% 0.83% -
HSV(B) 165.6º 0.21% 0.93% -
XYZ 64.37 76.57 82.62 -
YUV 220.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 187 237 225 0.21 0 0.05 0.07 165.6 0.58 0.83
Hex BB ED E1 15 0 5 7 A6 3A 53
Octal 273 355 341 25 0 5 7 246 72 123
Binary 10111011 11101101 11100001 10101 0 101 111 10100110 111010 1010011

Color Harmonies of #BBEDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDE1

Black with #BBEDE1

Text Example


Text Example

White with #BBEDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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