#CBAAF0

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

Shades of Perfume #CBAAF0

Tints of Perfume #CBAAF0

Color information

#CBAAF0 (or 0xCBAAF0) is unknown color: approx Perfume. HEX triplet: CB, AA and F0. RGB value is (203,170,240). Sum of RGB (Red+Green+Blue) = 203+170+240=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 170 (66.80% from 255 or 27.73% 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 #CBAAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAF0 is #34550F. Grayscale: #BBBBBB. Windows color (decimal): -3429648 or 15772363. OLE color: 15772363.

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

Color convert

RGB203170240-
CMYK0.150.2900.06
HSL268.29º70%80.39%-
HSV(B)268.29º29.17%94.12%-
XYZ54.7347.7488.77-
YUV187.85157.43138.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.12%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 240 (94.14% from 255) = 39.15%
R=33.12%
G=27.73%
B=39.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031702400.150.2900.06268.297080.39
HexCBAAF0F1D0610c4650
Octal313252360173506414106120
Binary110010111010101011110000111111101011010000110010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAF0; }

 p { color: rgb(203,170,240); }

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

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

 a { background-color: rgb(203,170,240); }

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

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

 span { border-color: rgb(203,170,240); }

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