Html Css Color HEX #A0BFC4 Casper

📋 copy color: '#A0BFC4'

red 160 ◦ green 191 ◦ blue 196

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

Shades of Casper #A0BFC4

Tints of Casper #A0BFC4

RGB

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

 GREEN value IS 191 (75% from 255) = 34.92%

 BLUE value IS 196 (76.95% from 255) = 35.83%

R = 29.25%
G = 34.92%
B = 35.83%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A0BFC4 (or 0xA0BFC4) is known color: Casper. HEX triplet: A0, BF and C4. RGB value is (160,191,196). Sum of RGB (Red+Green+Blue) = 160+191+196=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 196 - color contains mainly: blue. Hex color #A0BFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BFC4 is #5F403B. Grayscale: #B6B6B6. Windows color (decimal): -6242364 or 12894112. OLE color: 12894112.

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

Color convert

RGB 160 191 196 -
CMYK 0.18 0.03 0 0.23
HSL 188.33º 0.23% 0.7% -
HSV(B) 188.33º 0.18% 0.77% -
XYZ 43.09 48.72 59.36 -
YUV 182.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 160 191 196 0.18 0.03 0 0.23 188.33 0.23 0.7
Hex A0 BF C4 12 3 0 17 BC 17 46
Octal 240 277 304 22 3 0 27 274 27 106
Binary 10100000 10111111 11000100 10010 11 0 10111 10111100 10111 1000110

Color Harmonies of #A0BFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BFC4

Black with #A0BFC4

Text Example


Text Example

White with #A0BFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BFC4; }

 p { color: rgb(160,191,196); }

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

background-color css

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

 a { background-color: rgb(160,191,196); }

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

border-color css

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

 span { border-color: rgb(160,191,196); }

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