#BBDDC3

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

Shades of Edgewater #BBDDC3

Tints of Edgewater #BBDDC3

Color information

#BBDDC3 (or 0xBBDDC3) is unknown color: approx Edgewater. HEX triplet: BB, DD and C3. RGB value is (187,221,195). Sum of RGB (Red+Green+Blue) = 187+221+195=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDC3 is #44223C. Grayscale: #CFCFCF. Windows color (decimal): -4465213 or 12836283. OLE color: 12836283.

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

Color convert

RGB187221195-
CMYK0.1500.120.13
HSL134.12º33.33%80%-
HSV(B)134.12º15.38%86.67%-
XYZ56.266.2261.45-
YUV207.87120.74113.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 195 (76.56% from 255) = 32.34%
R=31.01%
G=36.65%
B=32.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211950.1500.120.13134.1233.3380
HexBBDDC3F0CD862150
Octal273335303170141520641120
Binary1011101111011101110000111111011001101100001101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDC3; }

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

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

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

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

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

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

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

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