#CBABEF

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

Shades of Perfume #CBABEF

Tints of Perfume #CBABEF

Color information

#CBABEF (or 0xCBABEF) is unknown color: approx Perfume. HEX triplet: CB, AB and EF. RGB value is (203,171,239). Sum of RGB (Red+Green+Blue) = 203+171+239=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBABEF is #345410. Grayscale: #BCBCBC. Windows color (decimal): -3429393 or 15707083. OLE color: 15707083.

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

Color convert

RGB203171239-
CMYK0.150.2800.06
HSL268.24º68%80.39%-
HSV(B)268.24º28.45%93.73%-
XYZ54.7748.0588.05-
YUV188.32156.6138.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.12%
GREEN value IS 171 (67.19% from 255) = 27.90%
BLUE value IS 239 (93.75% from 255) = 38.99%
R=33.12%
G=27.90%
B=38.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031712390.150.2800.06268.246880.39
HexCBABEFF1C0610c4450
Octal313253357173406414104120
Binary110010111010101111101111111111100011010000110010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABEF; }

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

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

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

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

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

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

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

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