#BDDBC8

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

Shades of Edgewater #BDDBC8

Tints of Edgewater #BDDBC8

Color information

#BDDBC8 (or 0xBDDBC8) is unknown color: approx Edgewater. HEX triplet: BD, DB and C8. RGB value is (189,219,200). Sum of RGB (Red+Green+Blue) = 189+219+200=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBC8 is #422437. Grayscale: #CFCFCF. Windows color (decimal): -4334648 or 13163453. OLE color: 13163453.

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

Color convert

RGB189219200-
CMYK0.1400.090.14
HSL142º29.41%80%-
HSV(B)142º13.7%85.88%-
XYZ56.7465.6564.33-
YUV207.86123.56114.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 200 (78.52% from 255) = 32.89%
R=31.09%
G=36.02%
B=32.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892192000.1400.090.1414229.4180
HexBDDBC8E09E8e1d50
Octal275333310160111621635120
Binary101111011101101111001000111001001111010001110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBC8; }

 p { color: rgb(189,219,200); }

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

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

 a { background-color: rgb(189,219,200); }

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

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

 span { border-color: rgb(189,219,200); }

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