#A1BFC4

Color #A1BFC4 Casper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casper #A1BFC4

Tints of Casper #A1BFC4

Color information

#A1BFC4 (or 0xA1BFC4) is unknown color: approx Casper. HEX triplet: A1, BF and C4. RGB value is (161,191,196). Sum of RGB (Red+Green+Blue) = 161+191+196=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 196 - color contains mainly: blue. Hex color #A1BFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFC4 is #5E403B. Grayscale: #B6B6B6. Windows color (decimal): -6176828 or 12894113. OLE color: 12894113.

HSL color Cylindrical-coordinate representation of color #A1BFC4: hue angle of 188.57º 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 #A1BFC4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB161191196-
CMYK0.180.0300.23
HSL188.57º22.88%70%-
HSV(B)188.57º17.86%76.86%-
XYZ43.2948.8259.37-
YUV182.6135.56112.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.38%
GREEN value IS 191 (75% from 255) = 34.85%
BLUE value IS 196 (76.95% from 255) = 35.77%
R=29.38%
G=34.85%
B=35.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611911960.180.0300.23188.5722.8870
HexA1BFC4123017bd1746
Octal24127730422302727527106
Binary101000011011111111000100100101101011110111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFC4; }

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

 H1.HeaderClassName
 {
   color: #A1BFC4;
 }
 .AnyTagClassName
 {
   color: #A1BFC4;
 }
</style>
background-color css

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

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

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

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

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

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