Html Css Color HEX #A5BCC1 Casper

📋 copy color: '#A5BCC1'

red 165 ◦ green 188 ◦ blue 193

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

Shades of Casper #A5BCC1

Tints of Casper #A5BCC1

RGB

 RED value IS 165 (64.84% from 255) = 30.22%

 GREEN value IS 188 (73.83% from 255) = 34.43%

 BLUE value IS 193 (75.78% from 255) = 35.35%

R = 30.22%
G = 34.43%
B = 35.35%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A5BCC1 (or 0xA5BCC1) is known color: Casper. HEX triplet: A5, BC and C1. RGB value is (165,188,193). Sum of RGB (Red+Green+Blue) = 165+188+193=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 193 - color contains mainly: blue. Hex color #A5BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCC1 is #5A433E. Grayscale: #B5B5B5. Windows color (decimal): -5915455 or 12696741. OLE color: 12696741.

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

Color convert

RGB 165 188 193 -
CMYK 0.15 0.03 0 0.24
HSL 190.71º 0.18% 0.7% -
HSV(B) 190.71º 0.15% 0.76% -
XYZ 43.13 47.82 57.41 -
YUV 181.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 165 188 193 0.15 0.03 0 0.24 190.71 0.18 0.7
Hex A5 BC C1 F 3 0 18 BF 12 46
Octal 245 274 301 17 3 0 30 277 22 106
Binary 10100101 10111100 11000001 1111 11 0 11000 10111111 10010 1000110

Color Harmonies of #A5BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCC1

Black with #A5BCC1

Text Example


Text Example

White with #A5BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCC1; }

 p { color: rgb(165,188,193); }

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

background-color css

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

 a { background-color: rgb(165,188,193); }

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

border-color css

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

 span { border-color: rgb(165,188,193); }

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