#BBD5C2

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

Shades of Edgewater #BBD5C2

Tints of Edgewater #BBD5C2

Color information

#BBD5C2 (or 0xBBD5C2) is unknown color: approx Edgewater. HEX triplet: BB, D5 and C2. RGB value is (187,213,194). Sum of RGB (Red+Green+Blue) = 187+213+194=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5C2 is #442A3D. Grayscale: #CBCBCB. Windows color (decimal): -4467262 or 12768699. OLE color: 12768699.

HSL color Cylindrical-coordinate representation of color #BBD5C2: hue angle of 136.15º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD5C2 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB187213194-
CMYK0.1200.090.16
HSL136.15º23.64%78.43%-
HSV(B)136.15º12.21%83.53%-
XYZ54.0362.0560.17-
YUV203.06122.89116.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 213 (83.59% from 255) = 35.86%
BLUE value IS 194 (76.17% from 255) = 32.66%
R=31.48%
G=35.86%
B=32.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872131940.1200.090.16136.1523.6478.43
HexBBD5C2C091088184e
Octal273325302140112021030116
Binary1011101111010101110000101100010011000010001000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5C2; }

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

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

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

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

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

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

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

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