#CBA9EA

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

Shades of Perfume #CBA9EA

Tints of Perfume #CBA9EA

Color information

#CBA9EA (or 0xCBA9EA) is unknown color: approx Perfume. HEX triplet: CB, A9 and EA. RGB value is (203,169,234). Sum of RGB (Red+Green+Blue) = 203+169+234=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBA9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9EA is #345615. Grayscale: #BABABA. Windows color (decimal): -3429910 or 15378891. OLE color: 15378891.

HSL color Cylindrical-coordinate representation of color #CBA9EA: hue angle of 271.38º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBA9EA is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203169234-
CMYK0.130.2800.08
HSL271.38º60.75%79.02%-
HSV(B)271.38º27.78%91.76%-
XYZ53.6747.0184.09-
YUV186.58154.76139.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 169 (66.41% from 255) = 27.89%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=33.50%
G=27.89%
B=38.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031692340.130.2800.08271.3860.7579.02
HexCBA9EAD1C0810f3d4f
Octal313251352153401041775117
Binary110010111010100111101010110111100010001000011111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9EA; }

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

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

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

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

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

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

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

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