Html Css Color HEX #B7B4C1 Blue Haze

📋 copy color: '#B7B4C1'

red 183 ◦ green 180 ◦ blue 193

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

Shades of Blue Haze #B7B4C1

Tints of Blue Haze #B7B4C1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.37%

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

R = 32.91%
G = 32.37%
B = 34.71%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B7B4C1 (or 0xB7B4C1) is known color: Blue Haze. HEX triplet: B7, B4 and C1. RGB value is (183,180,193). Sum of RGB (Red+Green+Blue) = 183+180+193=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 193 - color contains mainly: blue. Hex color #B7B4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B4C1 is #484B3E. Grayscale: #B6B6B6. Windows color (decimal): -4737855 or 12694711. OLE color: 12694711.

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

Color convert

RGB 183 180 193 -
CMYK 0.05 0.07 0 0.24
HSL 253.85º 0.09% 0.73% -
HSV(B) 253.85º 0.07% 0.76% -
XYZ 45.48 46.56 57.04 -
YUV 182.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 183 180 193 0.05 0.07 0 0.24 253.85 0.09 0.73
Hex B7 B4 C1 5 7 0 18 FE 9 49
Octal 267 264 301 5 7 0 30 376 11 111
Binary 10110111 10110100 11000001 101 111 0 11000 11111110 1001 1001001

Color Harmonies of #B7B4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B4C1

Black with #B7B4C1

Text Example


Text Example

White with #B7B4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B4C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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