Html Css Color HEX #A4BABB Casper

📋 copy color: '#A4BABB'

red 164 ◦ green 186 ◦ blue 187

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

Shades of Casper #A4BABB

Tints of Casper #A4BABB

RGB

 RED value IS 164 (64.45% from 255) = 30.54%

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

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

R = 30.54%
G = 34.64%
B = 34.82%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A4BABB (or 0xA4BABB) is known color: Casper. HEX triplet: A4, BA and BB. RGB value is (164,186,187). Sum of RGB (Red+Green+Blue) = 164+186+187=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BABB is #5B4544. Grayscale: #B3B3B3. Windows color (decimal): -5981509 or 12303012. OLE color: 12303012.

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

Color convert

RGB 164 186 187 -
CMYK 0.12 0.01 0 0.27
HSL 182.61º 0.14% 0.69% -
HSV(B) 182.61º 0.12% 0.73% -
XYZ 41.84 46.6 53.8 -
YUV 179.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 164 186 187 0.12 0.01 0 0.27 182.61 0.14 0.69
Hex A4 BA BB C 1 0 1B B7 E 45
Octal 244 272 273 14 1 0 33 267 16 105
Binary 10100100 10111010 10111011 1100 1 0 11011 10110111 1110 1000101

Color Harmonies of #A4BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BABB

Black with #A4BABB

Text Example


Text Example

White with #A4BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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