#CBADF2

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

Shades of Perfume #CBADF2

Tints of Perfume #CBADF2

Color information

#CBADF2 (or 0xCBADF2) is unknown color: approx Perfume. HEX triplet: CB, AD and F2. RGB value is (203,173,242). Sum of RGB (Red+Green+Blue) = 203+173+242=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADF2 is #34520D. Grayscale: #BDBDBD. Windows color (decimal): -3428878 or 15904203. OLE color: 15904203.

HSL color Cylindrical-coordinate representation of color #CBADF2: hue angle of 266.09º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBADF2 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203173242-
CMYK0.160.2900.05
HSL266.09º72.63%81.37%-
HSV(B)266.09º28.51%94.9%-
XYZ55.648.9990.53-
YUV189.84157.44137.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 242 (94.92% from 255) = 39.16%
R=32.85%
G=27.99%
B=39.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031732420.160.2900.05266.0972.6381.37
HexCBADF2101D0510a4951
Octal313255362203505412111121
Binary1100101110101101111100101000011101010110000101010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADF2; }

 p { color: rgb(203,173,242); }

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

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

 a { background-color: rgb(203,173,242); }

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

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

 span { border-color: rgb(203,173,242); }

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