Html Css Color HEX #A5BCBF Casper

📋 copy color: '#A5BCBF'

red 165 ◦ green 188 ◦ blue 191

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

Shades of Casper #A5BCBF

Tints of Casper #A5BCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.11%

R = 30.33%
G = 34.56%
B = 35.11%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A5BCBF (or 0xA5BCBF) is known color: Casper. HEX triplet: A5, BC and BF. RGB value is (165,188,191). Sum of RGB (Red+Green+Blue) = 165+188+191=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 191 - color contains mainly: blue. Hex color #A5BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCBF is #5A4340. Grayscale: #B5B5B5. Windows color (decimal): -5915457 or 12565669. OLE color: 12565669.

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

Color convert

RGB 165 188 191 -
CMYK 0.14 0.02 0 0.25
HSL 186.92º 0.17% 0.7% -
HSV(B) 186.92º 0.14% 0.75% -
XYZ 42.9 47.73 56.24 -
YUV 181.47 133.38 116.26 -
System Red Green Blue C M Y K H S L
Decimal 165 188 191 0.14 0.02 0 0.25 186.92 0.17 0.7
Hex A5 BC BF E 2 0 19 BB 11 46
Octal 245 274 277 16 2 0 31 273 21 106
Binary 10100101 10111100 10111111 1110 10 0 11001 10111011 10001 1000110

Color Harmonies of #A5BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCBF

Black with #A5BCBF

Text Example


Text Example

White with #A5BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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