#CBA9E6

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

Shades of Perfume #CBA9E6

Tints of Perfume #CBA9E6

Color information

#CBA9E6 (or 0xCBA9E6) is unknown color: approx Perfume. HEX triplet: CB, A9 and E6. RGB value is (203,169,230). Sum of RGB (Red+Green+Blue) = 203+169+230=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBA9E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9E6 is #345619. Grayscale: #B9B9B9. Windows color (decimal): -3429914 or 15116747. OLE color: 15116747.

HSL color Cylindrical-coordinate representation of color #CBA9E6: hue angle of 273.44º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBA9E6 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203169230-
CMYK0.120.2700.10
HSL273.44º54.95%78.24%-
HSV(B)273.44º26.52%90.2%-
XYZ53.146.7981.09-
YUV186.12152.76140.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 169 (66.41% from 255) = 28.07%
BLUE value IS 230 (90.23% from 255) = 38.21%
R=33.72%
G=28.07%
B=38.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2031692300.120.2700.10273.4454.9578.24
HexCBA9E6C1B0A111374e
Octal313251346143301242167116
Binary110010111010100111100110110011011010101000100011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9E6; }

 p { color: rgb(203,169,230); }

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

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

 a { background-color: rgb(203,169,230); }

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

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

 span { border-color: rgb(203,169,230); }

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