Html Css Color HEX #BBEBDE Water Leaf

📋 copy color: '#BBEBDE'

red 187 ◦ green 235 ◦ blue 222

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

Shades of Water Leaf #BBEBDE

Tints of Water Leaf #BBEBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.47%

R = 29.04%
G = 36.49%
B = 34.47%

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

#BBEBDE (or 0xBBEBDE) is known color: Water Leaf. HEX triplet: BB, EB and DE. RGB value is (187,235,222). Sum of RGB (Red+Green+Blue) = 187+235+222=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBDE is #441421. Grayscale: #DBDBDB. Windows color (decimal): -4461602 or 14609339. OLE color: 14609339.

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

Color convert

RGB 187 235 222 -
CMYK 0.20 0 0.06 0.08
HSL 163.75º 0.55% 0.83% -
HSV(B) 163.75º 0.2% 0.92% -
XYZ 63.39 75.26 80.29 -
YUV 219.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 187 235 222 0.20 0 0.06 0.08 163.75 0.55 0.83
Hex BB EB DE 14 0 6 8 A4 37 53
Octal 273 353 336 24 0 6 10 244 67 123
Binary 10111011 11101011 11011110 10100 0 110 1000 10100100 110111 1010011

Color Harmonies of #BBEBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBDE

Black with #BBEBDE

Text Example


Text Example

White with #BBEBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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