#CBACE0

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

Shades of Perfume #CBACE0

Tints of Perfume #CBACE0

Color information

#CBACE0 (or 0xCBACE0) is unknown color: approx Perfume. HEX triplet: CB, AC and E0. RGB value is (203,172,224). Sum of RGB (Red+Green+Blue) = 203+172+224=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACE0 is #34531F. Grayscale: #BBBBBB. Windows color (decimal): -3429152 or 14724299. OLE color: 14724299.

HSL color Cylindrical-coordinate representation of color #CBACE0: hue angle of 275.77º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBACE0 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203172224-
CMYK0.090.2300.12
HSL275.77º45.61%77.65%-
HSV(B)275.77º23.21%87.84%-
XYZ52.8447.5876.92-
YUV187.2148.77139.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 224 (87.89% from 255) = 37.40%
R=33.89%
G=28.71%
B=37.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031722240.090.2300.12275.7745.6177.65
HexCBACE09170C1142e4e
Octal313254340112701442456116
Binary110010111010110011100000100110111011001000101001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACE0; }

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

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

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

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

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

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

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

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