Html Css Color HEX #BDC2C4 Heather

📋 copy color: '#BDC2C4'

red 189 ◦ green 194 ◦ blue 196

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

Shades of Heather #BDC2C4

Tints of Heather #BDC2C4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.51%

 BLUE value IS 196 (76.95% from 255) = 33.85%

R = 32.64%
G = 33.51%
B = 33.85%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BDC2C4 (or 0xBDC2C4) is known color: Heather. HEX triplet: BD, C2 and C4. RGB value is (189,194,196). Sum of RGB (Red+Green+Blue) = 189+194+196=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 196 - color contains mainly: blue. Hex color #BDC2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2C4 is #423D3B. Grayscale: #C0C0C0. Windows color (decimal): -4341052 or 12894909. OLE color: 12894909.

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

Color convert

RGB 189 194 196 -
CMYK 0.04 0.01 0 0.23
HSL 197.14º 0.06% 0.75% -
HSV(B) 197.14º 0.04% 0.77% -
XYZ 50.24 53.39 59.88 -
YUV 192.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 189 194 196 0.04 0.01 0 0.23 197.14 0.06 0.75
Hex BD C2 C4 4 1 0 17 C5 6 4B
Octal 275 302 304 4 1 0 27 305 6 113
Binary 10111101 11000010 11000100 100 1 0 10111 11000101 110 1001011

Color Harmonies of #BDC2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2C4

Black with #BDC2C4

Text Example


Text Example

White with #BDC2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2C4; }

 p { color: rgb(189,194,196); }

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

background-color css

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

 a { background-color: rgb(189,194,196); }

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

border-color css

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

 span { border-color: rgb(189,194,196); }

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