Html Css Color HEX #C2A9EB Perfume

📋 copy color: '#C2A9EB'

red 194 ◦ green 169 ◦ blue 235

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

Shades of Perfume #C2A9EB

Tints of Perfume #C2A9EB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.26%

 BLUE value IS 235 (92.19% from 255) = 39.3%

R = 32.44%
G = 28.26%
B = 39.3%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2A9EB (or 0xC2A9EB) is known color: Perfume. HEX triplet: C2, A9 and EB. RGB value is (194,169,235). Sum of RGB (Red+Green+Blue) = 194+169+235=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2A9EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A9EB is #3D5614. Grayscale: #B7B7B7. Windows color (decimal): -4019733 or 15444418. OLE color: 15444418.

HSL color Cylindrical-coordinate representation of color #C2A9EB: hue angle of 262.73º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2A9EB is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 169 235 -
CMYK 0.17 0.28 0 0.08
HSL 262.73º 0.62% 0.79% -
HSV(B) 262.73º 0.28% 0.92% -
XYZ 51.43 45.84 84.74 -
YUV 184 156.78 135.13 -
System Red Green Blue C M Y K H S L
Decimal 194 169 235 0.17 0.28 0 0.08 262.73 0.62 0.79
Hex C2 A9 EB 11 1C 0 8 107 3E 4F
Octal 302 251 353 21 34 0 10 407 76 117
Binary 11000010 10101001 11101011 10001 11100 0 1000 100000111 111110 1001111

Color Harmonies of #C2A9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A9EB

Black with #C2A9EB

Text Example


Text Example

White with #C2A9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A9EB; }

 p { color: rgb(194,169,235); }

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

background-color css

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

 a { background-color: rgb(194,169,235); }

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

border-color css

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

 span { border-color: rgb(194,169,235); }

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