Html Css Color HEX #BBEBDB Water Leaf

📋 copy color: '#BBEBDB'

red 187 ◦ green 235 ◦ blue 219

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

Shades of Water Leaf #BBEBDB

Tints of Water Leaf #BBEBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.17%

R = 29.17%
G = 36.66%
B = 34.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#BBEBDB (or 0xBBEBDB) is known color: Water Leaf. HEX triplet: BB, EB and DB. RGB value is (187,235,219). Sum of RGB (Red+Green+Blue) = 187+235+219=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBDB is #441424. Grayscale: #DADADA. Windows color (decimal): -4461605 or 14412731. OLE color: 14412731.

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

Color convert

RGB 187 235 219 -
CMYK 0.20 0 0.07 0.08
HSL 160º 0.55% 0.83% -
HSV(B) 160º 0.2% 0.92% -
XYZ 62.99 75.1 78.19 -
YUV 218.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 187 235 219 0.20 0 0.07 0.08 160 0.55 0.83
Hex BB EB DB 14 0 7 8 A0 37 53
Octal 273 353 333 24 0 7 10 240 67 123
Binary 10111011 11101011 11011011 10100 0 111 1000 10100000 110111 1010011

Color Harmonies of #BBEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBDB

Black with #BBEBDB

Text Example


Text Example

White with #BBEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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