Html Css Color HEX #C2ABEC Perfume

📋 copy color: '#C2ABEC'

red 194 ◦ green 171 ◦ blue 236

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

Shades of Perfume #C2ABEC

Tints of Perfume #C2ABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.45%

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

R = 32.28%
G = 28.45%
B = 39.27%

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

#C2ABEC (or 0xC2ABEC) is known color: Perfume. HEX triplet: C2, AB and EC. RGB value is (194,171,236). Sum of RGB (Red+Green+Blue) = 194+171+236=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2ABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABEC is #3D5413. Grayscale: #B9B9B9. Windows color (decimal): -4019220 or 15510466. OLE color: 15510466.

HSL color Cylindrical-coordinate representation of color #C2ABEC: hue angle of 261.23º 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 #C2ABEC is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 171 236 -
CMYK 0.18 0.28 0 0.07
HSL 261.23º 0.63% 0.8% -
HSV(B) 261.23º 0.28% 0.93% -
XYZ 51.95 46.65 85.62 -
YUV 185.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 194 171 236 0.18 0.28 0 0.07 261.23 0.63 0.8
Hex C2 AB EC 12 1C 0 7 105 3F 50
Octal 302 253 354 22 34 0 7 405 77 120
Binary 11000010 10101011 11101100 10010 11100 0 111 100000101 111111 1010000

Color Harmonies of #C2ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABEC

Black with #C2ABEC

Text Example


Text Example

White with #C2ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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