Html Css Color HEX #B9BEC2 Heather

📋 copy color: '#B9BEC2'

red 185 ◦ green 190 ◦ blue 194

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

Shades of Heather #B9BEC2

Tints of Heather #B9BEC2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.39%

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

R = 32.51%
G = 33.39%
B = 34.09%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B9BEC2 (or 0xB9BEC2) is known color: Heather. HEX triplet: B9, BE and C2. RGB value is (185,190,194). Sum of RGB (Red+Green+Blue) = 185+190+194=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9BEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BEC2 is #46413D. Grayscale: #BCBCBC. Windows color (decimal): -4604222 or 12762809. OLE color: 12762809.

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

Color convert

RGB 185 190 194 -
CMYK 0.05 0.02 0 0.24
HSL 206.67º 0.07% 0.74% -
HSV(B) 206.67º 0.05% 0.76% -
XYZ 48.16 51.04 58.35 -
YUV 188.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 185 190 194 0.05 0.02 0 0.24 206.67 0.07 0.74
Hex B9 BE C2 5 2 0 18 CF 7 4A
Octal 271 276 302 5 2 0 30 317 7 112
Binary 10111001 10111110 11000010 101 10 0 11000 11001111 111 1001010

Color Harmonies of #B9BEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BEC2

Black with #B9BEC2

Text Example


Text Example

White with #B9BEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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