#BBD5C3

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

Shades of Edgewater #BBD5C3

Tints of Edgewater #BBD5C3

Color information

#BBD5C3 (or 0xBBD5C3) is unknown color: approx Edgewater. HEX triplet: BB, D5 and C3. RGB value is (187,213,195). Sum of RGB (Red+Green+Blue) = 187+213+195=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5C3 is #442A3C. Grayscale: #CBCBCB. Windows color (decimal): -4467261 or 12834235. OLE color: 12834235.

HSL color Cylindrical-coordinate representation of color #BBD5C3: hue angle of 138.46º 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 #BBD5C3 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB187213195-
CMYK0.1200.080.16
HSL138.46º23.64%78.43%-
HSV(B)138.46º12.21%83.53%-
XYZ54.1462.0960.76-
YUV203.17123.39116.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 213 (83.59% from 255) = 35.80%
BLUE value IS 195 (76.56% from 255) = 32.77%
R=31.43%
G=35.80%
B=32.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872131950.1200.080.16138.4623.6478.43
HexBBD5C3C08108a184e
Octal273325303140102021230116
Binary1011101111010101110000111100010001000010001010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5C3; }

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

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

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

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

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

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

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

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