Html Css Color HEX #B2B0B4 Chatelle

📋 copy color: '#B2B0B4'

red 178 ◦ green 176 ◦ blue 180

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

Shades of Chatelle #B2B0B4

Tints of Chatelle #B2B0B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.71%

R = 33.33%
G = 32.96%
B = 33.71%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B2B0B4 (or 0xB2B0B4) is known color: Chatelle. HEX triplet: B2, B0 and B4. RGB value is (178,176,180). Sum of RGB (Red+Green+Blue) = 178+176+180=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 180 - color contains mainly: blue. Hex color #B2B0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B0B4 is #4D4F4B. Grayscale: #B1B1B1. Windows color (decimal): -5066572 or 11841714. OLE color: 11841714.

HSL color Cylindrical-coordinate representation of color #B2B0B4: hue angle of 270º degrees, saturation: 0.03, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B2B0B4 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 176 180 -
CMYK 0.01 0.02 0 0.29
HSL 270º 0.03% 0.7% -
HSV(B) 270º 0.02% 0.71% -
XYZ 42.12 43.81 49.42 -
YUV 177.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 178 176 180 0.01 0.02 0 0.29 270 0.03 0.7
Hex B2 B0 B4 1 2 0 1D 10E 3 46
Octal 262 260 264 1 2 0 35 416 3 106
Binary 10110010 10110000 10110100 1 10 0 11101 100001110 11 1000110

Color Harmonies of #B2B0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B0B4

Black with #B2B0B4

Text Example


Text Example

White with #B2B0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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