Html Css Color HEX #B3BABB Casper

📋 copy color: '#B3BABB'

red 179 ◦ green 186 ◦ blue 187

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

Shades of Casper #B3BABB

Tints of Casper #B3BABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.7%

 BLUE value IS 187 (73.44% from 255) = 33.88%

R = 32.43%
G = 33.7%
B = 33.88%

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

#B3BABB (or 0xB3BABB) is known color: Casper. HEX triplet: B3, BA and BB. RGB value is (179,186,187). Sum of RGB (Red+Green+Blue) = 179+186+187=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 187 - color contains mainly: blue. Hex color #B3BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BABB is #4C4544. Grayscale: #B8B8B8. Windows color (decimal): -4998469 or 12303027. OLE color: 12303027.

HSL color Cylindrical-coordinate representation of color #B3BABB: hue angle of 187.5º degrees, saturation: 0.06, 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 #B3BABB is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 186 187 -
CMYK 0.04 0.01 0 0.27
HSL 187.5º 0.06% 0.72% -
HSV(B) 187.5º 0.04% 0.73% -
XYZ 45.12 48.29 53.96 -
YUV 184.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 179 186 187 0.04 0.01 0 0.27 187.5 0.06 0.72
Hex B3 BA BB 4 1 0 1B BC 6 48
Octal 263 272 273 4 1 0 33 274 6 110
Binary 10110011 10111010 10111011 100 1 0 11011 10111100 110 1001000

Color Harmonies of #B3BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BABB

Black with #B3BABB

Text Example


Text Example

White with #B3BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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