Html Css Color HEX #BB9FC6 Lola

📋 copy color: '#BB9FC6'

red 187 ◦ green 159 ◦ blue 198

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

Shades of Lola #BB9FC6

Tints of Lola #BB9FC6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.23%

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

R = 34.38%
G = 29.23%
B = 36.4%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB9FC6 (or 0xBB9FC6) is known color: Lola. HEX triplet: BB, 9F and C6. RGB value is (187,159,198). Sum of RGB (Red+Green+Blue) = 187+159+198=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB9FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FC6 is #446039. Grayscale: #ABABAB. Windows color (decimal): -4481082 or 13017019. OLE color: 13017019.

HSL color Cylindrical-coordinate representation of color #BB9FC6: hue angle of 283.08º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB9FC6 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 159 198 -
CMYK 0.06 0.20 0 0.22
HSL 283.08º 0.25% 0.7% -
HSV(B) 283.08º 0.2% 0.78% -
XYZ 43.08 39.44 58.77 -
YUV 171.82 142.78 138.83 -
System Red Green Blue C M Y K H S L
Decimal 187 159 198 0.06 0.20 0 0.22 283.08 0.25 0.7
Hex BB 9F C6 6 14 0 16 11B 19 46
Octal 273 237 306 6 24 0 26 433 31 106
Binary 10111011 10011111 11000110 110 10100 0 10110 100011011 11001 1000110

Color Harmonies of #BB9FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FC6

Black with #BB9FC6

Text Example


Text Example

White with #BB9FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FC6; }

 p { color: rgb(187,159,198); }

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

background-color css

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

 a { background-color: rgb(187,159,198); }

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

border-color css

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

 span { border-color: rgb(187,159,198); }

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