#BBD0C0

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

Shades of Edgewater #BBD0C0

Tints of Edgewater #BBD0C0

Color information

#BBD0C0 (or 0xBBD0C0) is unknown color: approx Edgewater. HEX triplet: BB, D0 and C0. RGB value is (187,208,192). Sum of RGB (Red+Green+Blue) = 187+208+192=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0C0 is #442F3F. Grayscale: #C7C7C7. Windows color (decimal): -4468544 or 12636347. OLE color: 12636347.

HSL color Cylindrical-coordinate representation of color #BBD0C0: hue angle of 134.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBD0C0 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB187208192-
CMYK0.1000.080.18
HSL134.29º18.26%77.45%-
HSV(B)134.29º10.1%81.57%-
XYZ52.5659.4858.58-
YUV199.9123.54118.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=31.86%
G=35.43%
B=32.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872081920.1000.080.18134.2918.2677.45
HexBBD0C0A081286124d
Octal273320300120102220622115
Binary1011101111010000110000001010010001001010000110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0C0; }

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

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

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

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

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

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

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

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