#CAABE5

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

Shades of Perfume #CAABE5

Tints of Perfume #CAABE5

Color information

#CAABE5 (or 0xCAABE5) is unknown color: approx Perfume. HEX triplet: CA, AB and E5. RGB value is (202,171,229). Sum of RGB (Red+Green+Blue) = 202+171+229=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABE5 is #35541A. Grayscale: #BABABA. Windows color (decimal): -3494939 or 15051722. OLE color: 15051722.

HSL color Cylindrical-coordinate representation of color #CAABE5: hue angle of 272.07º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAABE5 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202171229-
CMYK0.120.2500.10
HSL272.07º52.73%78.43%-
HSV(B)272.07º25.33%89.8%-
XYZ53.0647.3480.47-
YUV186.88151.77138.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 229 (89.84% from 255) = 38.04%
R=33.55%
G=28.41%
B=38.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2021712290.120.2500.10272.0752.7378.43
HexCAABE5C190A110354e
Octal312253345143101242065116
Binary110010101010101111100101110011001010101000100001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABE5; }

 p { color: rgb(202,171,229); }

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

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

 a { background-color: rgb(202,171,229); }

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

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

 span { border-color: rgb(202,171,229); }

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