#BBDDC5

Color #BBDDC5 Edgewater (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edgewater #BBDDC5

Tints of Edgewater #BBDDC5

Color information

#BBDDC5 (or 0xBBDDC5) is unknown color: approx Edgewater. HEX triplet: BB, DD and C5. RGB value is (187,221,197). Sum of RGB (Red+Green+Blue) = 187+221+197=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDC5 is #44223A. Grayscale: #D0D0D0. Windows color (decimal): -4465211 or 12967355. OLE color: 12967355.

HSL color Cylindrical-coordinate representation of color #BBDDC5: hue angle of 137.65º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDDC5 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB187221197-
CMYK0.1500.110.13
HSL137.65º33.33%80%-
HSV(B)137.65º15.38%86.67%-
XYZ56.4366.3162.65-
YUV208.1121.74112.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 197 (77.34% from 255) = 32.56%
R=30.91%
G=36.53%
B=32.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211970.1500.110.13137.6533.3380
HexBBDDC5F0BD8a2150
Octal273335305170131521241120
Binary1011101111011101110001011111010111101100010101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDC5; }

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

 H1.HeaderClassName
 {
   color: #BBDDC5;
 }
 .AnyTagClassName
 {
   color: #BBDDC5;
 }
</style>
background-color css

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

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

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

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

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

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