#BBD6C1

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

Shades of Edgewater #BBD6C1

Tints of Edgewater #BBD6C1

Color information

#BBD6C1 (or 0xBBD6C1) is unknown color: approx Edgewater. HEX triplet: BB, D6 and C1. RGB value is (187,214,193). Sum of RGB (Red+Green+Blue) = 187+214+193=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6C1 is #44293E. Grayscale: #CBCBCB. Windows color (decimal): -4467007 or 12703419. OLE color: 12703419.

HSL color Cylindrical-coordinate representation of color #BBD6C1: hue angle of 133.33º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD6C1 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB187214193-
CMYK0.1300.100.16
HSL133.33º24.77%78.63%-
HSV(B)133.33º12.62%83.92%-
XYZ54.1762.5159.66-
YUV203.53122.05116.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 214 (83.98% from 255) = 36.03%
BLUE value IS 193 (75.78% from 255) = 32.49%
R=31.48%
G=36.03%
B=32.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872141930.1300.100.16133.3324.7778.63
HexBBD6C1D0A1085194f
Octal273326301150122020531117
Binary1011101111010110110000011101010101000010000101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6C1; }

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

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

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

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

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

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

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

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