Html Css Color HEX #B9BDC2 Heather

📋 copy color: '#B9BDC2'

red 185 ◦ green 189 ◦ blue 194

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

Shades of Heather #B9BDC2

Tints of Heather #B9BDC2

RGB

 RED value IS 185 (72.66% from 255) = 32.57%

 GREEN value IS 189 (74.22% from 255) = 33.27%

 BLUE value IS 194 (76.17% from 255) = 34.15%

R = 32.57%
G = 33.27%
B = 34.15%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B9BDC2 (or 0xB9BDC2) is known color: Heather. HEX triplet: B9, BD and C2. RGB value is (185,189,194). Sum of RGB (Red+Green+Blue) = 185+189+194=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDC2 is #46423D. Grayscale: #BCBCBC. Windows color (decimal): -4604478 or 12762553. OLE color: 12762553.

HSL color Cylindrical-coordinate representation of color #B9BDC2: hue angle of 213.33º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9BDC2 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 189 194 -
CMYK 0.05 0.03 0 0.24
HSL 213.33º 0.07% 0.74% -
HSV(B) 213.33º 0.05% 0.76% -
XYZ 47.94 50.6 58.28 -
YUV 188.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 185 189 194 0.05 0.03 0 0.24 213.33 0.07 0.74
Hex B9 BD C2 5 3 0 18 D5 7 4A
Octal 271 275 302 5 3 0 30 325 7 112
Binary 10111001 10111101 11000010 101 11 0 11000 11010101 111 1001010

Color Harmonies of #B9BDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDC2

Black with #B9BDC2

Text Example


Text Example

White with #B9BDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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