Html Css Color HEX #C2AAEC Perfume

📋 copy color: '#C2AAEC'

red 194 ◦ green 170 ◦ blue 236

#C2AAEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #C2AAEC

Tints of Perfume #C2AAEC

RGB

 RED value IS 194 (76.17% from 255) = 32.33%

 GREEN value IS 170 (66.8% from 255) = 28.33%

 BLUE value IS 236 (92.58% from 255) = 39.33%

R = 32.33%
G = 28.33%
B = 39.33%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2AAEC (or 0xC2AAEC) is known color: Perfume. HEX triplet: C2, AA and EC. RGB value is (194,170,236). Sum of RGB (Red+Green+Blue) = 194+170+236=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AAEC is #3D5513. Grayscale: #B8B8B8. Windows color (decimal): -4019476 or 15510210. OLE color: 15510210.

HSL color Cylindrical-coordinate representation of color #C2AAEC: hue angle of 261.82º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2AAEC is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 170 236 -
CMYK 0.18 0.28 0 0.07
HSL 261.82º 0.63% 0.8% -
HSV(B) 261.82º 0.28% 0.93% -
XYZ 51.76 46.27 85.56 -
YUV 184.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 194 170 236 0.18 0.28 0 0.07 261.82 0.63 0.8
Hex C2 AA EC 12 1C 0 7 106 3F 50
Octal 302 252 354 22 34 0 7 406 77 120
Binary 11000010 10101010 11101100 10010 11100 0 111 100000110 111111 1010000

Color Harmonies of #C2AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAEC

Black with #C2AAEC

Text Example


Text Example

White with #C2AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAEC; }

 p { color: rgb(194,170,236); }

 H1.HeaderClassName
 {
   color: #C2AAEC;
 }
 .AnyTagClassName
 {
   color: #C2AAEC;
 }
</style>

background-color css

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

 a { background-color: rgb(194,170,236); }

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

border-color css

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

 span { border-color: rgb(194,170,236); }

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