#CBABF0

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

Shades of Perfume #CBABF0

Tints of Perfume #CBABF0

Color information

#CBABF0 (or 0xCBABF0) is unknown color: approx Perfume. HEX triplet: CB, AB and F0. RGB value is (203,171,240). Sum of RGB (Red+Green+Blue) = 203+171+240=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABF0 is #34540F. Grayscale: #BCBCBC. Windows color (decimal): -3429392 or 15772619. OLE color: 15772619.

HSL color Cylindrical-coordinate representation of color #CBABF0: hue angle of 267.83º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBABF0 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203171240-
CMYK0.150.2900.06
HSL267.83º69.7%80.59%-
HSV(B)267.83º28.75%94.12%-
XYZ54.9248.1188.83-
YUV188.43157.1138.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 171 (67.19% from 255) = 27.85%
BLUE value IS 240 (94.14% from 255) = 39.09%
R=33.06%
G=27.85%
B=39.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031712400.150.2900.06267.8369.780.59
HexCBABF0F1D0610c4651
Octal313253360173506414106121
Binary110010111010101111110000111111101011010000110010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABF0; }

 p { color: rgb(203,171,240); }

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

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

 a { background-color: rgb(203,171,240); }

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

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

 span { border-color: rgb(203,171,240); }

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