Html Css Color HEX #A5BABB Casper

📋 copy color: '#A5BABB'

red 165 ◦ green 186 ◦ blue 187

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

Shades of Casper #A5BABB

Tints of Casper #A5BABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.76%

R = 30.67%
G = 34.57%
B = 34.76%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A5BABB (or 0xA5BABB) is known color: Casper. HEX triplet: A5, BA and BB. RGB value is (165,186,187). Sum of RGB (Red+Green+Blue) = 165+186+187=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #A5BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BABB is #5A4544. Grayscale: #B3B3B3. Windows color (decimal): -5915973 or 12303013. OLE color: 12303013.

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

Color convert

RGB 165 186 187 -
CMYK 0.12 0.01 0 0.27
HSL 182.73º 0.14% 0.69% -
HSV(B) 182.73º 0.12% 0.73% -
XYZ 42.05 46.71 53.81 -
YUV 179.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 165 186 187 0.12 0.01 0 0.27 182.73 0.14 0.69
Hex A5 BA BB C 1 0 1B B7 E 45
Octal 245 272 273 14 1 0 33 267 16 105
Binary 10100101 10111010 10111011 1100 1 0 11011 10110111 1110 1000101

Color Harmonies of #A5BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BABB

Black with #A5BABB

Text Example


Text Example

White with #A5BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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