#BBD3C0

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

Shades of Edgewater #BBD3C0

Tints of Edgewater #BBD3C0

Color information

#BBD3C0 (or 0xBBD3C0) is unknown color: approx Edgewater. HEX triplet: BB, D3 and C0. RGB value is (187,211,192). Sum of RGB (Red+Green+Blue) = 187+211+192=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3C0 is #442C3F. Grayscale: #C9C9C9. Windows color (decimal): -4467776 or 12637115. OLE color: 12637115.

HSL color Cylindrical-coordinate representation of color #BBD3C0: hue angle of 132.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD3C0 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB187211192-
CMYK0.1100.090.17
HSL132.5º21.43%78.04%-
HSV(B)132.5º11.37%82.75%-
XYZ53.360.9658.83-
YUV201.66122.55117.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 211 (82.81% from 255) = 35.76%
BLUE value IS 192 (75.39% from 255) = 32.54%
R=31.69%
G=35.76%
B=32.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872111920.1100.090.17132.521.4378.04
HexBBD3C0B091184154e
Octal273323300130112120425116
Binary1011101111010011110000001011010011000110000100101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3C0; }

 p { color: rgb(187,211,192); }

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

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

 a { background-color: rgb(187,211,192); }

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

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

 span { border-color: rgb(187,211,192); }

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