#CBAAF4

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

Shades of Perfume #CBAAF4

Tints of Perfume #CBAAF4

Color information

#CBAAF4 (or 0xCBAAF4) is unknown color: approx Perfume. HEX triplet: CB, AA and F4. RGB value is (203,170,244). Sum of RGB (Red+Green+Blue) = 203+170+244=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 170 (66.80% from 255 or 27.55% 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 #CBAAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAF4 is #34550B. Grayscale: #BCBCBC. Windows color (decimal): -3429644 or 16034507. OLE color: 16034507.

HSL color Cylindrical-coordinate representation of color #CBAAF4: hue angle of 266.76º 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 #CBAAF4 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203170244-
CMYK0.170.3000.04
HSL266.76º77.08%81.18%-
HSV(B)266.76º30.33%95.69%-
XYZ55.3347.9891.93-
YUV188.3159.43138.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 244 (95.70% from 255) = 39.55%
R=32.90%
G=27.55%
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
Decimal2031702440.170.3000.04266.7677.0881.18
HexCBAAF4111E0410b4d51
Octal313252364213604413115121
Binary1100101110101010111101001000111110010010000101110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAF4; }

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

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

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

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

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

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

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

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