#BDC7CA

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

Shades of Heather #BDC7CA

Tints of Heather #BDC7CA

Color information

#BDC7CA (or 0xBDC7CA) is unknown color: approx Heather. HEX triplet: BD, C7 and CA. RGB value is (189,199,202). Sum of RGB (Red+Green+Blue) = 189+199+202=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7CA is #423835. Grayscale: #C4C4C4. Windows color (decimal): -4339766 or 13289405. OLE color: 13289405.

HSL color Cylindrical-coordinate representation of color #BDC7CA: hue angle of 193.85º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC7CA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189199202-
CMYK0.060.0100.21
HSL193.85º10.92%76.67%-
HSV(B)193.85º6.44%79.22%-
XYZ52.0755.9363.93-
YUV196.35131.19122.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 199 (78.12% from 255) = 33.73%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=32.03%
G=33.73%
B=34.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891992020.060.0100.21193.8510.9276.67
HexBDC7CA61015c2b4d
Octal2753073126102530213115
Binary10111101110001111100101011010101011100001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7CA; }

 p { color: rgb(189,199,202); }

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

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

 a { background-color: rgb(189,199,202); }

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

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

 span { border-color: rgb(189,199,202); }

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