Html Css Color HEX #B7BDC3 Heather

📋 copy color: '#B7BDC3'

red 183 ◦ green 189 ◦ blue 195

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

Shades of Heather #B7BDC3

Tints of Heather #B7BDC3

RGB

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

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

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

R = 32.28%
G = 33.33%
B = 34.39%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B7BDC3 (or 0xB7BDC3) is known color: Heather. HEX triplet: B7, BD and C3. RGB value is (183,189,195). Sum of RGB (Red+Green+Blue) = 183+189+195=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 195 - color contains mainly: blue. Hex color #B7BDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDC3 is #48423C. Grayscale: #BBBBBB. Windows color (decimal): -4735549 or 12828087. OLE color: 12828087.

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

Color convert

RGB 183 189 195 -
CMYK 0.06 0.03 0 0.24
HSL 210º 0.09% 0.74% -
HSV(B) 210º 0.06% 0.76% -
XYZ 47.58 50.4 58.85 -
YUV 187.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 183 189 195 0.06 0.03 0 0.24 210 0.09 0.74
Hex B7 BD C3 6 3 0 18 D2 9 4A
Octal 267 275 303 6 3 0 30 322 11 112
Binary 10110111 10111101 11000011 110 11 0 11000 11010010 1001 1001010

Color Harmonies of #B7BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BDC3

Black with #B7BDC3

Text Example


Text Example

White with #B7BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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