Html Css Color HEX #BDC6CA Heather

📋 copy color: '#BDC6CA'

red 189 ◦ green 198 ◦ blue 202

#BDC6CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #BDC6CA

Tints of Heather #BDC6CA

RGB

 RED value IS 189 (74.22% from 255) = 32.09%

 GREEN value IS 198 (77.73% from 255) = 33.62%

 BLUE value IS 202 (79.3% from 255) = 34.3%

R = 32.09%
G = 33.62%
B = 34.3%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BDC6CA (or 0xBDC6CA) is known color: Heather. HEX triplet: BD, C6 and CA. RGB value is (189,198,202). Sum of RGB (Red+Green+Blue) = 189+198+202=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6CA is #423935. Grayscale: #C3C3C3. Windows color (decimal): -4340022 or 13289149. OLE color: 13289149.

HSL color Cylindrical-coordinate representation of color #BDC6CA: hue angle of 198.46º 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 #BDC6CA is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 198 202 -
CMYK 0.06 0.02 0 0.21
HSL 198.46º 0.11% 0.77% -
HSV(B) 198.46º 0.06% 0.79% -
XYZ 51.84 55.47 63.85 -
YUV 195.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 189 198 202 0.06 0.02 0 0.21 198.46 0.11 0.77
Hex BD C6 CA 6 2 0 15 C6 B 4D
Octal 275 306 312 6 2 0 25 306 13 115
Binary 10111101 11000110 11001010 110 10 0 10101 11000110 1011 1001101

Color Harmonies of #BDC6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC6CA

Black with #BDC6CA

Text Example


Text Example

White with #BDC6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC6CA; }

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

 H1.HeaderClassName
 {
   color: #BDC6CA;
 }
 .AnyTagClassName
 {
   color: #BDC6CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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