Html Css Color HEX #A0BCC2 Casper

📋 copy color: '#A0BCC2'

red 160 ◦ green 188 ◦ blue 194

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

Shades of Casper #A0BCC2

Tints of Casper #A0BCC2

RGB

 RED value IS 160 (62.89% from 255) = 29.52%

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

 BLUE value IS 194 (76.17% from 255) = 35.79%

R = 29.52%
G = 34.69%
B = 35.79%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A0BCC2 (or 0xA0BCC2) is known color: Casper. HEX triplet: A0, BC and C2. RGB value is (160,188,194). Sum of RGB (Red+Green+Blue) = 160+188+194=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 194 - color contains mainly: blue. Hex color #A0BCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCC2 is #5F433D. Grayscale: #B4B4B4. Windows color (decimal): -6243134 or 12762272. OLE color: 12762272.

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

Color convert

RGB 160 188 194 -
CMYK 0.18 0.03 0 0.24
HSL 190.59º 0.22% 0.69% -
HSV(B) 190.59º 0.18% 0.76% -
XYZ 42.22 47.34 57.95 -
YUV 180.31 135.72 113.51 -
System Red Green Blue C M Y K H S L
Decimal 160 188 194 0.18 0.03 0 0.24 190.59 0.22 0.69
Hex A0 BC C2 12 3 0 18 BF 16 45
Octal 240 274 302 22 3 0 30 277 26 105
Binary 10100000 10111100 11000010 10010 11 0 11000 10111111 10110 1000101

Color Harmonies of #A0BCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCC2

Black with #A0BCC2

Text Example


Text Example

White with #A0BCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCC2; }

 p { color: rgb(160,188,194); }

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

background-color css

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

 a { background-color: rgb(160,188,194); }

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

border-color css

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

 span { border-color: rgb(160,188,194); }

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