Html Css Color HEX #BDC5C9 Heather

📋 copy color: '#BDC5C9'

red 189 ◦ green 197 ◦ blue 201

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

Shades of Heather #BDC5C9

Tints of Heather #BDC5C9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.56%

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

R = 32.2%
G = 33.56%
B = 34.24%

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

#BDC5C9 (or 0xBDC5C9) is known color: Heather. HEX triplet: BD, C5 and C9. RGB value is (189,197,201). Sum of RGB (Red+Green+Blue) = 189+197+201=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDC5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5C9 is #423A36. Grayscale: #C3C3C3. Windows color (decimal): -4340279 or 13223357. OLE color: 13223357.

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

Color convert

RGB 189 197 201 -
CMYK 0.06 0.02 0 0.21
HSL 200º 0.1% 0.76% -
HSV(B) 200º 0.06% 0.79% -
XYZ 51.5 54.97 63.15 -
YUV 195.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 189 197 201 0.06 0.02 0 0.21 200 0.1 0.76
Hex BD C5 C9 6 2 0 15 C8 A 4C
Octal 275 305 311 6 2 0 25 310 12 114
Binary 10111101 11000101 11001001 110 10 0 10101 11001000 1010 1001100

Color Harmonies of #BDC5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC5C9

Black with #BDC5C9

Text Example


Text Example

White with #BDC5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC5C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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