#BBDDC1

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

Shades of Edgewater #BBDDC1

Tints of Edgewater #BBDDC1

Color information

#BBDDC1 (or 0xBBDDC1) is unknown color: approx Edgewater. HEX triplet: BB, DD and C1. RGB value is (187,221,193). Sum of RGB (Red+Green+Blue) = 187+221+193=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDC1 is #44223E. Grayscale: #CFCFCF. Windows color (decimal): -4465215 or 12705211. OLE color: 12705211.

HSL color Cylindrical-coordinate representation of color #BBDDC1: hue angle of 130.59º 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 #BBDDC1 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB187221193-
CMYK0.1500.130.13
HSL130.59º33.33%80%-
HSV(B)130.59º15.38%86.67%-
XYZ55.9866.1360.27-
YUV207.64119.74113.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 193 (75.78% from 255) = 32.11%
R=31.11%
G=36.77%
B=32.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211930.1500.130.13130.5933.3380
HexBBDDC1F0DD832150
Octal273335301170151520341120
Binary1011101111011101110000011111011011101100000111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDC1; }

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

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

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

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

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

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

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

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