#BBDCC5

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

Shades of Edgewater #BBDCC5

Tints of Edgewater #BBDCC5

Color information

#BBDCC5 (or 0xBBDCC5) is unknown color: approx Edgewater. HEX triplet: BB, DC and C5. RGB value is (187,220,197). Sum of RGB (Red+Green+Blue) = 187+220+197=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCC5 is #44233A. Grayscale: #CFCFCF. Windows color (decimal): -4465467 or 12967099. OLE color: 12967099.

HSL color Cylindrical-coordinate representation of color #BBDCC5: hue angle of 138.18º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDCC5 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB187220197-
CMYK0.1500.100.14
HSL138.18º32.04%79.8%-
HSV(B)138.18º15%86.27%-
XYZ56.1665.7862.56-
YUV207.51122.07113.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 197 (77.34% from 255) = 32.62%
R=30.96%
G=36.42%
B=32.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201970.1500.100.14138.1832.0479.8
HexBBDCC5F0AE8a2050
Octal273334305170121621240120
Binary1011101111011100110001011111010101110100010101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDCC5; }

 p { color: rgb(187,220,197); }

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

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

 a { background-color: rgb(187,220,197); }

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

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

 span { border-color: rgb(187,220,197); }

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