Html Css Color HEX #BB92C2 Lilac

📋 copy color: '#BB92C2'

red 187 ◦ green 146 ◦ blue 194

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

Shades of Lilac #BB92C2

Tints of Lilac #BB92C2

RGB

 RED value IS 187 (73.44% from 255) = 35.48%

 GREEN value IS 146 (57.42% from 255) = 27.7%

 BLUE value IS 194 (76.17% from 255) = 36.81%

R = 35.48%
G = 27.7%
B = 36.81%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB92C2 (or 0xBB92C2) is known color: Lilac. HEX triplet: BB, 92 and C2. RGB value is (187,146,194). Sum of RGB (Red+Green+Blue) = 187+146+194=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB92C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92C2 is #446D3D. Grayscale: #A3A3A3. Windows color (decimal): -4484414 or 12751547. OLE color: 12751547.

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

Color convert

RGB 187 146 194 -
CMYK 0.04 0.25 0 0.24
HSL 291.25º 0.28% 0.67% -
HSV(B) 291.25º 0.25% 0.76% -
XYZ 40.51 35.02 55.66 -
YUV 163.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 187 146 194 0.04 0.25 0 0.24 291.25 0.28 0.67
Hex BB 92 C2 4 19 0 18 123 1C 43
Octal 273 222 302 4 31 0 30 443 34 103
Binary 10111011 10010010 11000010 100 11001 0 11000 100100011 11100 1000011

Color Harmonies of #BB92C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB92C2

Black with #BB92C2

Text Example


Text Example

White with #BB92C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB92C2; }

 p { color: rgb(187,146,194); }

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

background-color css

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

 a { background-color: rgb(187,146,194); }

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

border-color css

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

 span { border-color: rgb(187,146,194); }

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