Html Css Color HEX #BB9FC5 Lola

📋 copy color: '#BB9FC5'

red 187 ◦ green 159 ◦ blue 197

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

Shades of Lola #BB9FC5

Tints of Lola #BB9FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.28%

R = 34.44%
G = 29.28%
B = 36.28%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BB9FC5 (or 0xBB9FC5) is known color: Lola. HEX triplet: BB, 9F and C5. RGB value is (187,159,197). Sum of RGB (Red+Green+Blue) = 187+159+197=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB9FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FC5 is #44603A. Grayscale: #ABABAB. Windows color (decimal): -4481083 or 12951483. OLE color: 12951483.

HSL color Cylindrical-coordinate representation of color #BB9FC5: hue angle of 284.21º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BB9FC5 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 159 197 -
CMYK 0.05 0.19 0 0.23
HSL 284.21º 0.25% 0.7% -
HSV(B) 284.21º 0.19% 0.77% -
XYZ 42.97 39.39 58.16 -
YUV 171.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 187 159 197 0.05 0.19 0 0.23 284.21 0.25 0.7
Hex BB 9F C5 5 13 0 17 11C 19 46
Octal 273 237 305 5 23 0 27 434 31 106
Binary 10111011 10011111 11000101 101 10011 0 10111 100011100 11001 1000110

Color Harmonies of #BB9FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FC5

Black with #BB9FC5

Text Example


Text Example

White with #BB9FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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