#BBDFC5

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

Shades of Edgewater #BBDFC5

Tints of Edgewater #BBDFC5

Color information

#BBDFC5 (or 0xBBDFC5) is unknown color: approx Edgewater. HEX triplet: BB, DF and C5. RGB value is (187,223,197). Sum of RGB (Red+Green+Blue) = 187+223+197=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFC5 is #44203A. Grayscale: #D1D1D1. Windows color (decimal): -4464699 or 12967867. OLE color: 12967867.

HSL color Cylindrical-coordinate representation of color #BBDFC5: hue angle of 136.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDFC5 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB187223197-
CMYK0.1600.120.13
HSL136.67º36%80.39%-
HSV(B)136.67º16.14%87.45%-
XYZ56.9667.3762.83-
YUV209.27121.07112.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 197 (77.34% from 255) = 32.45%
R=30.81%
G=36.74%
B=32.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872231970.1600.120.13136.673680.39
HexBBDFC5100CD892450
Octal273337305200141521144120
Binary10111011110111111100010110000011001101100010011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFC5; }

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

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

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

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

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

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

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

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