Html Css Color HEX #BDC6C9 Heather

📋 copy color: '#BDC6C9'

red 189 ◦ green 198 ◦ blue 201

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

Shades of Heather #BDC6C9

Tints of Heather #BDC6C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.18%

R = 32.14%
G = 33.67%
B = 34.18%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BDC6C9 (or 0xBDC6C9) is known color: Heather. HEX triplet: BD, C6 and C9. RGB value is (189,198,201). Sum of RGB (Red+Green+Blue) = 189+198+201=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDC6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6C9 is #423936. Grayscale: #C3C3C3. Windows color (decimal): -4340023 or 13223613. OLE color: 13223613.

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

Color convert

RGB 189 198 201 -
CMYK 0.06 0.01 0 0.21
HSL 195º 0.1% 0.76% -
HSV(B) 195º 0.06% 0.79% -
XYZ 51.72 55.42 63.23 -
YUV 195.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 189 198 201 0.06 0.01 0 0.21 195 0.1 0.76
Hex BD C6 C9 6 1 0 15 C3 A 4C
Octal 275 306 311 6 1 0 25 303 12 114
Binary 10111101 11000110 11001001 110 1 0 10101 11000011 1010 1001100

Color Harmonies of #BDC6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC6C9

Black with #BDC6C9

Text Example


Text Example

White with #BDC6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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