#CAABF0

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

Shades of Perfume #CAABF0

Tints of Perfume #CAABF0

Color information

#CAABF0 (or 0xCAABF0) is unknown color: approx Perfume. HEX triplet: CA, AB and F0. RGB value is (202,171,240). Sum of RGB (Red+Green+Blue) = 202+171+240=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAABF0 is #35540F. Grayscale: #BBBBBB. Windows color (decimal): -3494928 or 15772618. OLE color: 15772618.

HSL color Cylindrical-coordinate representation of color #CAABF0: hue angle of 266.96º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAABF0 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202171240-
CMYK0.160.2900.06
HSL266.96º69.7%80.59%-
HSV(B)266.96º28.75%94.12%-
XYZ54.6547.9788.82-
YUV188.14157.27137.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 171 (67.19% from 255) = 27.90%
BLUE value IS 240 (94.14% from 255) = 39.15%
R=32.95%
G=27.90%
B=39.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021712400.160.2900.06266.9669.780.59
HexCAABF0101D0610b4651
Octal312253360203506413106121
Binary1100101010101011111100001000011101011010000101110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABF0; }

 p { color: rgb(202,171,240); }

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

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

 a { background-color: rgb(202,171,240); }

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

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

 span { border-color: rgb(202,171,240); }

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