Html Css Color HEX #BDC7CB Heather

📋 copy color: '#BDC7CB'

red 189 ◦ green 199 ◦ blue 203

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

Shades of Heather #BDC7CB

Tints of Heather #BDC7CB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.67%

 BLUE value IS 203 (79.69% from 255) = 34.35%

R = 31.98%
G = 33.67%
B = 34.35%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDC7CB (or 0xBDC7CB) is known color: Heather. HEX triplet: BD, C7 and CB. RGB value is (189,199,203). Sum of RGB (Red+Green+Blue) = 189+199+203=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7CB is #423834. Grayscale: #C4C4C4. Windows color (decimal): -4339765 or 13354941. OLE color: 13354941.

HSL color Cylindrical-coordinate representation of color #BDC7CB: hue angle of 197.14º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC7CB is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 199 203 -
CMYK 0.07 0.02 0 0.20
HSL 197.14º 0.12% 0.77% -
HSV(B) 197.14º 0.07% 0.8% -
XYZ 52.19 55.98 64.55 -
YUV 196.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 189 199 203 0.07 0.02 0 0.20 197.14 0.12 0.77
Hex BD C7 CB 7 2 0 14 C5 C 4D
Octal 275 307 313 7 2 0 24 305 14 115
Binary 10111101 11000111 11001011 111 10 0 10100 11000101 1100 1001101

Color Harmonies of #BDC7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC7CB

Black with #BDC7CB

Text Example


Text Example

White with #BDC7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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