#BBD4C2

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

Shades of Edgewater #BBD4C2

Tints of Edgewater #BBD4C2

Color information

#BBD4C2 (or 0xBBD4C2) is unknown color: approx Edgewater. HEX triplet: BB, D4 and C2. RGB value is (187,212,194). Sum of RGB (Red+Green+Blue) = 187+212+194=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4C2 is #442B3D. Grayscale: #CACACA. Windows color (decimal): -4467518 or 12768443. OLE color: 12768443.

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

Color convert

RGB187212194-
CMYK0.1200.080.17
HSL136.8º22.52%78.24%-
HSV(B)136.8º11.79%83.14%-
XYZ53.7761.5560.08-
YUV202.47123.22116.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 212 (83.20% from 255) = 35.75%
BLUE value IS 194 (76.17% from 255) = 32.72%
R=31.53%
G=35.75%
B=32.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121940.1200.080.17136.822.5278.24
HexBBD4C2C081189174e
Octal273324302140102121127116
Binary1011101111010100110000101100010001000110001001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD4C2; }

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

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

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

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

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

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

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

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