Html Css Color HEX #BD99C6 Lilac

📋 copy color: '#BD99C6'

red 189 ◦ green 153 ◦ blue 198

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

Shades of Lilac #BD99C6

Tints of Lilac #BD99C6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.33%

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

R = 35%
G = 28.33%
B = 36.67%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD99C6 (or 0xBD99C6) is known color: Lilac. HEX triplet: BD, 99 and C6. RGB value is (189,153,198). Sum of RGB (Red+Green+Blue) = 189+153+198=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD99C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99C6 is #426639. Grayscale: #A8A8A8. Windows color (decimal): -4351546 or 13015485. OLE color: 13015485.

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

Color convert

RGB 189 153 198 -
CMYK 0.05 0.23 0 0.22
HSL 288º 0.28% 0.69% -
HSV(B) 288º 0.23% 0.78% -
XYZ 42.57 37.68 58.46 -
YUV 168.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 189 153 198 0.05 0.23 0 0.22 288 0.28 0.69
Hex BD 99 C6 5 17 0 16 120 1C 45
Octal 275 231 306 5 27 0 26 440 34 105
Binary 10111101 10011001 11000110 101 10111 0 10110 100100000 11100 1000101

Color Harmonies of #BD99C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99C6

Black with #BD99C6

Text Example


Text Example

White with #BD99C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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