Html Css Color HEX #B1BDC3 Heather

📋 copy color: '#B1BDC3'

red 177 ◦ green 189 ◦ blue 195

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

Shades of Heather #B1BDC3

Tints of Heather #B1BDC3

RGB

 RED value IS 177 (69.53% from 255) = 31.55%

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

 BLUE value IS 195 (76.56% from 255) = 34.76%

R = 31.55%
G = 33.69%
B = 34.76%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B1BDC3 (or 0xB1BDC3) is known color: Heather. HEX triplet: B1, BD and C3. RGB value is (177,189,195). Sum of RGB (Red+Green+Blue) = 177+189+195=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 195 - color contains mainly: blue. Hex color #B1BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDC3 is #4E423C. Grayscale: #BABABA. Windows color (decimal): -5128765 or 12828081. OLE color: 12828081.

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

Color convert

RGB 177 189 195 -
CMYK 0.09 0.03 0 0.24
HSL 200º 0.13% 0.73% -
HSV(B) 200º 0.09% 0.76% -
XYZ 46.18 49.68 58.79 -
YUV 186.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 177 189 195 0.09 0.03 0 0.24 200 0.13 0.73
Hex B1 BD C3 9 3 0 18 C8 D 49
Octal 261 275 303 11 3 0 30 310 15 111
Binary 10110001 10111101 11000011 1001 11 0 11000 11001000 1101 1001001

Color Harmonies of #B1BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BDC3

Black with #B1BDC3

Text Example


Text Example

White with #B1BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BDC3; }

 p { color: rgb(177,189,195); }

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

background-color css

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

 a { background-color: rgb(177,189,195); }

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

border-color css

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

 span { border-color: rgb(177,189,195); }

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