#BBD8C1

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

Shades of Edgewater #BBD8C1

Tints of Edgewater #BBD8C1

Color information

#BBD8C1 (or 0xBBD8C1) is unknown color: approx Edgewater. HEX triplet: BB, D8 and C1. RGB value is (187,216,193). Sum of RGB (Red+Green+Blue) = 187+216+193=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8C1 is #44273E. Grayscale: #CCCCCC. Windows color (decimal): -4466495 or 12703931. OLE color: 12703931.

HSL color Cylindrical-coordinate representation of color #BBD8C1: hue angle of 132.41º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD8C1 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB187216193-
CMYK0.1300.110.15
HSL132.41º27.1%79.02%-
HSV(B)132.41º13.43%84.71%-
XYZ54.6863.5359.83-
YUV204.71121.39115.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.38%
GREEN value IS 216 (84.77% from 255) = 36.24%
BLUE value IS 193 (75.78% from 255) = 32.38%
R=31.38%
G=36.24%
B=32.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872161930.1300.110.15132.4127.179.02
HexBBD8C1D0BF841b4f
Octal273330301150131720433117
Binary101110111101100011000001110101011111110000100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD8C1; }

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

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

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

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

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

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

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

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