Html Css Color HEX #B2B0C1 Blue Haze

📋 copy color: '#B2B0C1'

red 178 ◦ green 176 ◦ blue 193

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

Shades of Blue Haze #B2B0C1

Tints of Blue Haze #B2B0C1

RGB

 RED value IS 178 (69.92% from 255) = 32.54%

 GREEN value IS 176 (69.14% from 255) = 32.18%

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

R = 32.54%
G = 32.18%
B = 35.28%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B2B0C1 (or 0xB2B0C1) is known color: Blue Haze. HEX triplet: B2, B0 and C1. RGB value is (178,176,193). Sum of RGB (Red+Green+Blue) = 178+176+193=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #B2B0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B0C1 is #4D4F3E. Grayscale: #B2B2B2. Windows color (decimal): -5066559 or 12693682. OLE color: 12693682.

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

Color convert

RGB 178 176 193 -
CMYK 0.08 0.09 0 0.24
HSL 247.06º 0.12% 0.72% -
HSV(B) 247.06º 0.09% 0.76% -
XYZ 43.51 44.37 56.72 -
YUV 178.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 178 176 193 0.08 0.09 0 0.24 247.06 0.12 0.72
Hex B2 B0 C1 8 9 0 18 F7 C 48
Octal 262 260 301 10 11 0 30 367 14 110
Binary 10110010 10110000 11000001 1000 1001 0 11000 11110111 1100 1001000

Color Harmonies of #B2B0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B0C1

Black with #B2B0C1

Text Example


Text Example

White with #B2B0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B0C1; }

 p { color: rgb(178,176,193); }

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

background-color css

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

 a { background-color: rgb(178,176,193); }

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

border-color css

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

 span { border-color: rgb(178,176,193); }

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