Html Css Color HEX #BBEBDD Water Leaf

📋 copy color: '#BBEBDD'

red 187 ◦ green 235 ◦ blue 221

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

Shades of Water Leaf #BBEBDD

Tints of Water Leaf #BBEBDD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.55%

 BLUE value IS 221 (86.72% from 255) = 34.37%

R = 29.08%
G = 36.55%
B = 34.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#BBEBDD (or 0xBBEBDD) is known color: Water Leaf. HEX triplet: BB, EB and DD. RGB value is (187,235,221). Sum of RGB (Red+Green+Blue) = 187+235+221=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBDD is #441422. Grayscale: #DBDBDB. Windows color (decimal): -4461603 or 14543803. OLE color: 14543803.

HSL color Cylindrical-coordinate representation of color #BBEBDD: hue angle of 162.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBDD is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 235 221 -
CMYK 0.20 0 0.06 0.08
HSL 162.5º 0.55% 0.83% -
HSV(B) 162.5º 0.2% 0.92% -
XYZ 63.25 75.2 79.59 -
YUV 219.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 187 235 221 0.20 0 0.06 0.08 162.5 0.55 0.83
Hex BB EB DD 14 0 6 8 A2 37 53
Octal 273 353 335 24 0 6 10 242 67 123
Binary 10111011 11101011 11011101 10100 0 110 1000 10100010 110111 1010011

Color Harmonies of #BBEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBDD

Black with #BBEBDD

Text Example


Text Example

White with #BBEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBDD; }

 p { color: rgb(187,235,221); }

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

background-color css

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

 a { background-color: rgb(187,235,221); }

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

border-color css

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

 span { border-color: rgb(187,235,221); }

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