#BBD3C2

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

Shades of Edgewater #BBD3C2

Tints of Edgewater #BBD3C2

Color information

#BBD3C2 (or 0xBBD3C2) is unknown color: approx Edgewater. HEX triplet: BB, D3 and C2. RGB value is (187,211,194). Sum of RGB (Red+Green+Blue) = 187+211+194=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3C2 is #442C3D. Grayscale: #C9C9C9. Windows color (decimal): -4467774 or 12768187. OLE color: 12768187.

HSL color Cylindrical-coordinate representation of color #BBD3C2: hue angle of 137.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 #BBD3C2 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB187211194-
CMYK0.1100.080.17
HSL137.5º21.43%78.04%-
HSV(B)137.5º11.37%82.75%-
XYZ53.5361.0560-
YUV201.89123.55117.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.59%
GREEN value IS 211 (82.81% from 255) = 35.64%
BLUE value IS 194 (76.17% from 255) = 32.77%
R=31.59%
G=35.64%
B=32.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872111940.1100.080.17137.521.4378.04
HexBBD3C2B081189154e
Octal273323302130102121125116
Binary1011101111010011110000101011010001000110001001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD3C2; }

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

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

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

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

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

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

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

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