#CBACE9

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

Shades of Perfume #CBACE9

Tints of Perfume #CBACE9

Color information

#CBACE9 (or 0xCBACE9) is unknown color: approx Perfume. HEX triplet: CB, AC and E9. RGB value is (203,172,233). Sum of RGB (Red+Green+Blue) = 203+172+233=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBACE9 is #345316. Grayscale: #BCBCBC. Windows color (decimal): -3429143 or 15314123. OLE color: 15314123.

HSL color Cylindrical-coordinate representation of color #CBACE9: hue angle of 270.49º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBACE9 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203172233-
CMYK0.130.2600.09
HSL270.49º58.1%79.41%-
HSV(B)270.49º26.18%91.37%-
XYZ54.0948.0883.52-
YUV188.22153.27138.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 233 (91.41% from 255) = 38.32%
R=33.39%
G=28.29%
B=38.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031722330.130.2600.09270.4958.179.41
HexCBACE9D1A0910e3a4f
Octal313254351153201141672117
Binary110010111010110011101001110111010010011000011101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACE9; }

 p { color: rgb(203,172,233); }

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

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

 a { background-color: rgb(203,172,233); }

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

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

 span { border-color: rgb(203,172,233); }

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