Html Css Color HEX #A4B5BC Casper

📋 copy color: '#A4B5BC'

red 164 ◦ green 181 ◦ blue 188

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

Shades of Casper #A4B5BC

Tints of Casper #A4B5BC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.96%

 BLUE value IS 188 (73.83% from 255) = 35.27%

R = 30.77%
G = 33.96%
B = 35.27%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A4B5BC (or 0xA4B5BC) is known color: Casper. HEX triplet: A4, B5 and BC. RGB value is (164,181,188). Sum of RGB (Red+Green+Blue) = 164+181+188=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 188 - color contains mainly: blue. Hex color #A4B5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B5BC is #5B4A43. Grayscale: #B0B0B0. Windows color (decimal): -5982788 or 12367268. OLE color: 12367268.

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

Color convert

RGB 164 181 188 -
CMYK 0.13 0.04 0 0.26
HSL 197.5º 0.15% 0.69% -
HSV(B) 197.5º 0.13% 0.74% -
XYZ 40.91 44.57 54.02 -
YUV 176.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 164 181 188 0.13 0.04 0 0.26 197.5 0.15 0.69
Hex A4 B5 BC D 4 0 1A C6 F 45
Octal 244 265 274 15 4 0 32 306 17 105
Binary 10100100 10110101 10111100 1101 100 0 11010 11000110 1111 1000101

Color Harmonies of #A4B5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B5BC

Black with #A4B5BC

Text Example


Text Example

White with #A4B5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B5BC; }

 p { color: rgb(164,181,188); }

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

background-color css

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

 a { background-color: rgb(164,181,188); }

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

border-color css

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

 span { border-color: rgb(164,181,188); }

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