Html Css Color HEX #B3B4C6 Blue Haze

📋 copy color: '#B3B4C6'

red 179 ◦ green 180 ◦ blue 198

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

Shades of Blue Haze #B3B4C6

Tints of Blue Haze #B3B4C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.55%

R = 32.14%
G = 32.32%
B = 35.55%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B3B4C6 (or 0xB3B4C6) is known color: Blue Haze. HEX triplet: B3, B4 and C6. RGB value is (179,180,198). Sum of RGB (Red+Green+Blue) = 179+180+198=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 198 - color contains mainly: blue. Hex color #B3B4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B4C6 is #4C4B39. Grayscale: #B5B5B5. Windows color (decimal): -4999994 or 13022387. OLE color: 13022387.

HSL color Cylindrical-coordinate representation of color #B3B4C6: hue angle of 236.84º degrees, saturation: 0.14, 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 #B3B4C6 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 180 198 -
CMYK 0.10 0.09 0 0.22
HSL 236.84º 0.14% 0.74% -
HSV(B) 236.84º 0.1% 0.78% -
XYZ 45.1 46.3 59.99 -
YUV 181.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 179 180 198 0.10 0.09 0 0.22 236.84 0.14 0.74
Hex B3 B4 C6 A 9 0 16 ED E 4A
Octal 263 264 306 12 11 0 26 355 16 112
Binary 10110011 10110100 11000110 1010 1001 0 10110 11101101 1110 1001010

Color Harmonies of #B3B4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B4C6

Black with #B3B4C6

Text Example


Text Example

White with #B3B4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B4C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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