Html Css Color HEX #A3BEC3 Casper

📋 copy color: '#A3BEC3'

red 163 ◦ green 190 ◦ blue 195

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

Shades of Casper #A3BEC3

Tints of Casper #A3BEC3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.67%

 BLUE value IS 195 (76.56% from 255) = 35.58%

R = 29.74%
G = 34.67%
B = 35.58%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A3BEC3 (or 0xA3BEC3) is known color: Casper. HEX triplet: A3, BE and C3. RGB value is (163,190,195). Sum of RGB (Red+Green+Blue) = 163+190+195=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 195 - color contains mainly: blue. Hex color #A3BEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BEC3 is #5C413C. Grayscale: #B6B6B6. Windows color (decimal): -6046013 or 12828323. OLE color: 12828323.

HSL color Cylindrical-coordinate representation of color #A3BEC3: hue angle of 189.38º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3BEC3 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 190 195 -
CMYK 0.16 0.03 0 0.24
HSL 189.38º 0.21% 0.7% -
HSV(B) 189.38º 0.16% 0.76% -
XYZ 43.37 48.55 58.72 -
YUV 182.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 163 190 195 0.16 0.03 0 0.24 189.38 0.21 0.7
Hex A3 BE C3 10 3 0 18 BD 15 46
Octal 243 276 303 20 3 0 30 275 25 106
Binary 10100011 10111110 11000011 10000 11 0 11000 10111101 10101 1000110

Color Harmonies of #A3BEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BEC3

Black with #A3BEC3

Text Example


Text Example

White with #A3BEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BEC3; }

 p { color: rgb(163,190,195); }

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

background-color css

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

 a { background-color: rgb(163,190,195); }

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

border-color css

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

 span { border-color: rgb(163,190,195); }

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