Html Css Color HEX #A5BABC Casper

📋 copy color: '#A5BABC'

red 165 ◦ green 186 ◦ blue 188

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

Shades of Casper #A5BABC

Tints of Casper #A5BABC

RGB

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

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

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

R = 30.61%
G = 34.51%
B = 34.88%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A5BABC (or 0xA5BABC) is known color: Casper. HEX triplet: A5, BA and BC. RGB value is (165,186,188). Sum of RGB (Red+Green+Blue) = 165+186+188=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: blue. Hex color #A5BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BABC is #5A4543. Grayscale: #B3B3B3. Windows color (decimal): -5915972 or 12368549. OLE color: 12368549.

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

Color convert

RGB 165 186 188 -
CMYK 0.12 0.01 0 0.26
HSL 185.22º 0.15% 0.69% -
HSV(B) 185.22º 0.12% 0.74% -
XYZ 42.15 46.75 54.38 -
YUV 179.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 165 186 188 0.12 0.01 0 0.26 185.22 0.15 0.69
Hex A5 BA BC C 1 0 1A B9 F 45
Octal 245 272 274 14 1 0 32 271 17 105
Binary 10100101 10111010 10111100 1100 1 0 11010 10111001 1111 1000101

Color Harmonies of #A5BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BABC

Black with #A5BABC

Text Example


Text Example

White with #A5BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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