Html Css Color HEX #B2B2C0 Ghost

📋 copy color: '#B2B2C0'

red 178 ◦ green 178 ◦ blue 192

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

Shades of Ghost #B2B2C0

Tints of Ghost #B2B2C0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.48%

 BLUE value IS 192 (75.39% from 255) = 35.04%

R = 32.48%
G = 32.48%
B = 35.04%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B2B2C0 (or 0xB2B2C0) is known color: Ghost. HEX triplet: B2, B2 and C0. RGB value is (178,178,192). Sum of RGB (Red+Green+Blue) = 178+178+192=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 192 - color contains mainly: blue. Hex color #B2B2C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B2C0 is #4D4D3F. Grayscale: #B3B3B3. Windows color (decimal): -5066048 or 12628658. OLE color: 12628658.

HSL color Cylindrical-coordinate representation of color #B2B2C0: hue angle of 240º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2B2C0 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 178 192 -
CMYK 0.07 0.07 0 0.25
HSL 240º 0.1% 0.73% -
HSV(B) 240º 0.07% 0.75% -
XYZ 43.79 45.11 56.27 -
YUV 179.6 135 126.86 -
System Red Green Blue C M Y K H S L
Decimal 178 178 192 0.07 0.07 0 0.25 240 0.1 0.73
Hex B2 B2 C0 7 7 0 19 F0 A 49
Octal 262 262 300 7 7 0 31 360 12 111
Binary 10110010 10110010 11000000 111 111 0 11001 11110000 1010 1001001

Color Harmonies of #B2B2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B2C0

Black with #B2B2C0

Text Example


Text Example

White with #B2B2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B2C0; }

 p { color: rgb(178,178,192); }

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

background-color css

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

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

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

border-color css

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

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

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