Html Css Color HEX #C29BBA Lily

📋 copy color: '#C29BBA'

red 194 ◦ green 155 ◦ blue 186

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

Shades of Lily #C29BBA

Tints of Lily #C29BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.97%

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 36.26%
G = 28.97%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C29BBA (or 0xC29BBA) is known color: Lily. HEX triplet: C2, 9B and BA. RGB value is (194,155,186). Sum of RGB (Red+Green+Blue) = 194+155+186=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C29BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BBA is #3D6445. Grayscale: #AAAAAA. Windows color (decimal): -4023366 or 12229570. OLE color: 12229570.

HSL color Cylindrical-coordinate representation of color #C29BBA: hue angle of 312.31º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C29BBA is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 155 186 -
CMYK 0 0.20 0.04 0.24
HSL 312.31º 0.24% 0.68% -
HSV(B) 312.31º 0.2% 0.76% -
XYZ 42.83 38.46 51.62 -
YUV 170.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 194 155 186 0 0.20 0.04 0.24 312.31 0.24 0.68
Hex C2 9B BA 0 14 4 18 138 18 44
Octal 302 233 272 0 24 4 30 470 30 104
Binary 11000010 10011011 10111010 0 10100 100 11000 100111000 11000 1000100

Color Harmonies of #C29BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29BBA

Black with #C29BBA

Text Example


Text Example

White with #C29BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29BBA; }

 p { color: rgb(194,155,186); }

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

background-color css

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

 a { background-color: rgb(194,155,186); }

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

border-color css

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

 span { border-color: rgb(194,155,186); }

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