Html Css Color HEX #BD90C6 Lilac

📋 copy color: '#BD90C6'

red 189 ◦ green 144 ◦ blue 198

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

Shades of Lilac #BD90C6

Tints of Lilac #BD90C6

RGB

 RED value IS 189 (74.22% from 255) = 35.59%

 GREEN value IS 144 (56.64% from 255) = 27.12%

 BLUE value IS 198 (77.73% from 255) = 37.29%

R = 35.59%
G = 27.12%
B = 37.29%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD90C6 (or 0xBD90C6) is known color: Lilac. HEX triplet: BD, 90 and C6. RGB value is (189,144,198). Sum of RGB (Red+Green+Blue) = 189+144+198=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD90C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD90C6 is #426F39. Grayscale: #A3A3A3. Windows color (decimal): -4353850 or 13013181. OLE color: 13013181.

HSL color Cylindrical-coordinate representation of color #BD90C6: hue angle of 290º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD90C6 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 144 198 -
CMYK 0.05 0.27 0 0.22
HSL 290º 0.32% 0.67% -
HSV(B) 290º 0.27% 0.78% -
XYZ 41.15 34.84 57.98 -
YUV 163.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 189 144 198 0.05 0.27 0 0.22 290 0.32 0.67
Hex BD 90 C6 5 1B 0 16 122 20 43
Octal 275 220 306 5 33 0 26 442 40 103
Binary 10111101 10010000 11000110 101 11011 0 10110 100100010 100000 1000011

Color Harmonies of #BD90C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD90C6

Black with #BD90C6

Text Example


Text Example

White with #BD90C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD90C6; }

 p { color: rgb(189,144,198); }

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

background-color css

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

 a { background-color: rgb(189,144,198); }

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

border-color css

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

 span { border-color: rgb(189,144,198); }

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