#BDCFC1

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

Shades of Edgewater #BDCFC1

Tints of Edgewater #BDCFC1

Color information

#BDCFC1 (or 0xBDCFC1) is unknown color: approx Edgewater. HEX triplet: BD, CF and C1. RGB value is (189,207,193). Sum of RGB (Red+Green+Blue) = 189+207+193=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFC1 is #42303E. Grayscale: #C8C8C8. Windows color (decimal): -4337727 or 12701629. OLE color: 12701629.

HSL color Cylindrical-coordinate representation of color #BDCFC1: hue angle of 133.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDCFC1 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB189207193-
CMYK0.0900.070.19
HSL133.33º15.79%77.65%-
HSV(B)133.33º8.7%81.18%-
XYZ52.9259.2959.11-
YUV200.02124.04120.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=32.09%
G=35.14%
B=32.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892071930.0900.070.19133.3315.7977.65
HexBDCFC19071385104e
Octal27531730111072320520116
Binary101111011100111111000001100101111001110000101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCFC1; }

 p { color: rgb(189,207,193); }

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

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

 a { background-color: rgb(189,207,193); }

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

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

 span { border-color: rgb(189,207,193); }

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