Html Css Color HEX #B4B4C1 Ghost

📋 copy color: '#B4B4C1'

red 180 ◦ green 180 ◦ blue 193

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

Shades of Ghost #B4B4C1

Tints of Ghost #B4B4C1

RGB

 RED value IS 180 (70.7% from 255) = 32.55%

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

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

R = 32.55%
G = 32.55%
B = 34.9%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B4B4C1 (or 0xB4B4C1) is known color: Ghost. HEX triplet: B4, B4 and C1. RGB value is (180,180,193). Sum of RGB (Red+Green+Blue) = 180+180+193=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 193 - color contains mainly: blue. Hex color #B4B4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B4C1 is #4B4B3E. Grayscale: #B5B5B5. Windows color (decimal): -4934463 or 12694708. OLE color: 12694708.

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

Color convert

RGB 180 180 193 -
CMYK 0.07 0.07 0 0.24
HSL 240º 0.09% 0.73% -
HSV(B) 240º 0.07% 0.76% -
XYZ 44.77 46.2 57.01 -
YUV 181.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 180 180 193 0.07 0.07 0 0.24 240 0.09 0.73
Hex B4 B4 C1 7 7 0 18 F0 9 49
Octal 264 264 301 7 7 0 30 360 11 111
Binary 10110100 10110100 11000001 111 111 0 11000 11110000 1001 1001001

Color Harmonies of #B4B4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B4C1

Black with #B4B4C1

Text Example


Text Example

White with #B4B4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B4C1; }

 p { color: rgb(180,180,193); }

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

background-color css

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

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

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

border-color css

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

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

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