#CAABF4

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

Shades of Perfume #CAABF4

Tints of Perfume #CAABF4

Color information

#CAABF4 (or 0xCAABF4) is unknown color: approx Perfume. HEX triplet: CA, AB and F4. RGB value is (202,171,244). Sum of RGB (Red+Green+Blue) = 202+171+244=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 244 (95.70% from 255 or 39.55% from 617); Max value from RGB is 244 - color contains mainly: blue. Hex color #CAABF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAABF4 is #35540B. Grayscale: #BCBCBC. Windows color (decimal): -3494924 or 16034762. OLE color: 16034762.

HSL color Cylindrical-coordinate representation of color #CAABF4: hue angle of 265.48º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAABF4 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202171244-
CMYK0.170.3000.04
HSL265.48º76.84%81.37%-
HSV(B)265.48º29.92%95.69%-
XYZ55.2548.2191.98-
YUV188.59159.27137.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 171 (67.19% from 255) = 27.71%
BLUE value IS 244 (95.70% from 255) = 39.55%
R=32.74%
G=27.71%
B=39.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021712440.170.3000.04265.4876.8481.37
HexCAABF4111E041094d51
Octal312253364213604411115121
Binary1100101010101011111101001000111110010010000100110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABF4; }

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

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

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

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

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

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

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

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