Html Css Color HEX #A3BABB Casper

📋 copy color: '#A3BABB'

red 163 ◦ green 186 ◦ blue 187

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

Shades of Casper #A3BABB

Tints of Casper #A3BABB

RGB

 RED value IS 163 (64.06% from 255) = 30.41%

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

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

R = 30.41%
G = 34.7%
B = 34.89%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A3BABB (or 0xA3BABB) is known color: Casper. HEX triplet: A3, BA and BB. RGB value is (163,186,187). Sum of RGB (Red+Green+Blue) = 163+186+187=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 187 - color contains mainly: blue. Hex color #A3BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BABB is #5C4544. Grayscale: #B3B3B3. Windows color (decimal): -6047045 or 12303011. OLE color: 12303011.

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

Color convert

RGB 163 186 187 -
CMYK 0.13 0.01 0 0.27
HSL 182.5º 0.15% 0.69% -
HSV(B) 182.5º 0.13% 0.73% -
XYZ 41.63 46.49 53.79 -
YUV 179.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 163 186 187 0.13 0.01 0 0.27 182.5 0.15 0.69
Hex A3 BA BB D 1 0 1B B6 F 45
Octal 243 272 273 15 1 0 33 266 17 105
Binary 10100011 10111010 10111011 1101 1 0 11011 10110110 1111 1000101

Color Harmonies of #A3BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BABB

Black with #A3BABB

Text Example


Text Example

White with #A3BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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