Html Css Color HEX #B4B3C0 Ghost

📋 copy color: '#B4B3C0'

red 180 ◦ green 179 ◦ blue 192

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

Shades of Ghost #B4B3C0

Tints of Ghost #B4B3C0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.49%

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

R = 32.67%
G = 32.49%
B = 34.85%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B4B3C0 (or 0xB4B3C0) is known color: Ghost. HEX triplet: B4, B3 and C0. RGB value is (180,179,192). Sum of RGB (Red+Green+Blue) = 180+179+192=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 192 - color contains mainly: blue. Hex color #B4B3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B3C0 is #4B4C3F. Grayscale: #B4B4B4. Windows color (decimal): -4934720 or 12628916. OLE color: 12628916.

HSL color Cylindrical-coordinate representation of color #B4B3C0: hue angle of 244.62º degrees, saturation: 0.09, 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 #B4B3C0 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 179 192 -
CMYK 0.06 0.07 0 0.25
HSL 244.62º 0.09% 0.73% -
HSV(B) 244.62º 0.07% 0.75% -
XYZ 44.46 45.75 56.36 -
YUV 180.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 180 179 192 0.06 0.07 0 0.25 244.62 0.09 0.73
Hex B4 B3 C0 6 7 0 19 F5 9 49
Octal 264 263 300 6 7 0 31 365 11 111
Binary 10110100 10110011 11000000 110 111 0 11001 11110101 1001 1001001

Color Harmonies of #B4B3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B3C0

Black with #B4B3C0

Text Example


Text Example

White with #B4B3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B3C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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