Html Css Color HEX #A4BDC0 Casper

📋 copy color: '#A4BDC0'

red 164 ◦ green 189 ◦ blue 192

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

Shades of Casper #A4BDC0

Tints of Casper #A4BDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.68%

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 30.09%
G = 34.68%
B = 35.23%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A4BDC0 (or 0xA4BDC0) is known color: Casper. HEX triplet: A4, BD and C0. RGB value is (164,189,192). Sum of RGB (Red+Green+Blue) = 164+189+192=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: blue. Hex color #A4BDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BDC0 is #5B423F. Grayscale: #B5B5B5. Windows color (decimal): -5980736 or 12631460. OLE color: 12631460.

HSL color Cylindrical-coordinate representation of color #A4BDC0: hue angle of 186.43º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4BDC0 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 189 192 -
CMYK 0.15 0.02 0 0.25
HSL 186.43º 0.18% 0.7% -
HSV(B) 186.43º 0.15% 0.75% -
XYZ 43.02 48.09 56.88 -
YUV 181.87 133.72 115.26 -
System Red Green Blue C M Y K H S L
Decimal 164 189 192 0.15 0.02 0 0.25 186.43 0.18 0.7
Hex A4 BD C0 F 2 0 19 BA 12 46
Octal 244 275 300 17 2 0 31 272 22 106
Binary 10100100 10111101 11000000 1111 10 0 11001 10111010 10010 1000110

Color Harmonies of #A4BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BDC0

Black with #A4BDC0

Text Example


Text Example

White with #A4BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BDC0; }

 p { color: rgb(164,189,192); }

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

background-color css

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

 a { background-color: rgb(164,189,192); }

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

border-color css

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

 span { border-color: rgb(164,189,192); }

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