#CBACE5

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

Shades of Perfume #CBACE5

Tints of Perfume #CBACE5

Color information

#CBACE5 (or 0xCBACE5) is unknown color: approx Perfume. HEX triplet: CB, AC and E5. RGB value is (203,172,229). Sum of RGB (Red+Green+Blue) = 203+172+229=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACE5 is #34531A. Grayscale: #BBBBBB. Windows color (decimal): -3429147 or 15051979. OLE color: 15051979.

HSL color Cylindrical-coordinate representation of color #CBACE5: hue angle of 272.63º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBACE5 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203172229-
CMYK0.110.2500.10
HSL272.63º52.29%78.63%-
HSV(B)272.63º24.89%89.8%-
XYZ53.5247.8680.55-
YUV187.77151.27138.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 229 (89.84% from 255) = 37.91%
R=33.61%
G=28.48%
B=37.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2031722290.110.2500.10272.6352.2978.63
HexCBACE5B190A111344f
Octal313254345133101242164117
Binary110010111010110011100101101111001010101000100011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACE5; }

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

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

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

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

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

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

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

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