#CBACEA

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

Shades of Perfume #CBACEA

Tints of Perfume #CBACEA

Color information

#CBACEA (or 0xCBACEA) is unknown color: approx Perfume. HEX triplet: CB, AC and EA. RGB value is (203,172,234). Sum of RGB (Red+Green+Blue) = 203+172+234=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBACEA is #345315. Grayscale: #BCBCBC. Windows color (decimal): -3429142 or 15379659. OLE color: 15379659.

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

Color convert

RGB203172234-
CMYK0.130.2600.08
HSL270º59.62%79.61%-
HSV(B)270º26.5%91.76%-
XYZ54.2348.1484.28-
YUV188.34153.77138.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 28.24%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=33.33%
G=28.24%
B=38.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031722340.130.2600.0827059.6279.61
HexCBACEAD1A0810e3c50
Octal313254352153201041674120
Binary110010111010110011101010110111010010001000011101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACEA; }

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

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

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

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

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

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

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

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