Html Css Color HEX #B7BDC1 Heather

📋 copy color: '#B7BDC1'

red 183 ◦ green 189 ◦ blue 193

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

Shades of Heather #B7BDC1

Tints of Heather #B7BDC1

RGB

 RED value IS 183 (71.88% from 255) = 32.39%

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

 BLUE value IS 193 (75.78% from 255) = 34.16%

R = 32.39%
G = 33.45%
B = 34.16%

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

#B7BDC1 (or 0xB7BDC1) is known color: Heather. HEX triplet: B7, BD and C1. RGB value is (183,189,193). Sum of RGB (Red+Green+Blue) = 183+189+193=565 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.39% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 193 - color contains mainly: blue. Hex color #B7BDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDC1 is #48423E. Grayscale: #BBBBBB. Windows color (decimal): -4735551 or 12697015. OLE color: 12697015.

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

Color convert

RGB 183 189 193 -
CMYK 0.05 0.02 0 0.24
HSL 204º 0.07% 0.74% -
HSV(B) 204º 0.05% 0.76% -
XYZ 47.35 50.31 57.67 -
YUV 187.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 183 189 193 0.05 0.02 0 0.24 204 0.07 0.74
Hex B7 BD C1 5 2 0 18 CC 7 4A
Octal 267 275 301 5 2 0 30 314 7 112
Binary 10110111 10111101 11000001 101 10 0 11000 11001100 111 1001010

Color Harmonies of #B7BDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BDC1

Black with #B7BDC1

Text Example


Text Example

White with #B7BDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BDC1; }

 p { color: rgb(183,189,193); }

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

background-color css

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

 a { background-color: rgb(183,189,193); }

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

border-color css

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

 span { border-color: rgb(183,189,193); }

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