Html Css Color HEX #B3B4C7 Blue Haze

📋 copy color: '#B3B4C7'

red 179 ◦ green 180 ◦ blue 199

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

Shades of Blue Haze #B3B4C7

Tints of Blue Haze #B3B4C7

RGB

 RED value IS 179 (70.31% from 255) = 32.08%

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

 BLUE value IS 199 (78.13% from 255) = 35.66%

R = 32.08%
G = 32.26%
B = 35.66%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B3B4C7 (or 0xB3B4C7) is known color: Blue Haze. HEX triplet: B3, B4 and C7. RGB value is (179,180,199). Sum of RGB (Red+Green+Blue) = 179+180+199=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 199 - color contains mainly: blue. Hex color #B3B4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B4C7 is #4C4B38. Grayscale: #B5B5B5. Windows color (decimal): -4999993 or 13087923. OLE color: 13087923.

HSL color Cylindrical-coordinate representation of color #B3B4C7: hue angle of 237º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3B4C7 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 180 199 -
CMYK 0.10 0.10 0 0.22
HSL 237º 0.15% 0.74% -
HSV(B) 237º 0.1% 0.78% -
XYZ 45.22 46.35 60.6 -
YUV 181.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 179 180 199 0.10 0.10 0 0.22 237 0.15 0.74
Hex B3 B4 C7 A A 0 16 ED F 4A
Octal 263 264 307 12 12 0 26 355 17 112
Binary 10110011 10110100 11000111 1010 1010 0 10110 11101101 1111 1001010

Color Harmonies of #B3B4C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B4C7

Black with #B3B4C7

Text Example


Text Example

White with #B3B4C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B4C7; }

 p { color: rgb(179,180,199); }

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

background-color css

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

 a { background-color: rgb(179,180,199); }

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

border-color css

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

 span { border-color: rgb(179,180,199); }

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