Html Css Color HEX #B3B9BA Casper

📋 copy color: '#B3B9BA'

red 179 ◦ green 185 ◦ blue 186

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

Shades of Casper #B3B9BA

Tints of Casper #B3B9BA

RGB

 RED value IS 179 (70.31% from 255) = 32.55%

 GREEN value IS 185 (72.66% from 255) = 33.64%

 BLUE value IS 186 (73.05% from 255) = 33.82%

R = 32.55%
G = 33.64%
B = 33.82%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B3B9BA (or 0xB3B9BA) is known color: Casper. HEX triplet: B3, B9 and BA. RGB value is (179,185,186). Sum of RGB (Red+Green+Blue) = 179+185+186=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 186 - color contains mainly: blue. Hex color #B3B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B9BA is #4C4645. Grayscale: #B7B7B7. Windows color (decimal): -4998726 or 12237235. OLE color: 12237235.

HSL color Cylindrical-coordinate representation of color #B3B9BA: hue angle of 188.57º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B3B9BA is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 185 186 -
CMYK 0.04 0.01 0 0.27
HSL 188.57º 0.05% 0.72% -
HSV(B) 188.57º 0.04% 0.73% -
XYZ 44.8 47.83 53.32 -
YUV 183.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 179 185 186 0.04 0.01 0 0.27 188.57 0.05 0.72
Hex B3 B9 BA 4 1 0 1B BD 5 48
Octal 263 271 272 4 1 0 33 275 5 110
Binary 10110011 10111001 10111010 100 1 0 11011 10111101 101 1001000

Color Harmonies of #B3B9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B9BA

Black with #B3B9BA

Text Example


Text Example

White with #B3B9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B9BA; }

 p { color: rgb(179,185,186); }

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

background-color css

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

 a { background-color: rgb(179,185,186); }

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

border-color css

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

 span { border-color: rgb(179,185,186); }

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