Html Css Color HEX #BB9FBA Lola

📋 copy color: '#BB9FBA'

red 187 ◦ green 159 ◦ blue 186

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

Shades of Lola #BB9FBA

Tints of Lola #BB9FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.96%

R = 35.15%
G = 29.89%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB9FBA (or 0xBB9FBA) is known color: Lola. HEX triplet: BB, 9F and BA. RGB value is (187,159,186). Sum of RGB (Red+Green+Blue) = 187+159+186=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FBA is #446045. Grayscale: #AAAAAA. Windows color (decimal): -4481094 or 12230587. OLE color: 12230587.

HSL color Cylindrical-coordinate representation of color #BB9FBA: hue angle of 302.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BB9FBA is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 159 186 -
CMYK 0 0.15 0.01 0.27
HSL 302.14º 0.17% 0.68% -
HSV(B) 302.14º 0.15% 0.73% -
XYZ 41.75 38.91 51.76 -
YUV 170.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 187 159 186 0 0.15 0.01 0.27 302.14 0.17 0.68
Hex BB 9F BA 0 F 1 1B 12E 11 44
Octal 273 237 272 0 17 1 33 456 21 104
Binary 10111011 10011111 10111010 0 1111 1 11011 100101110 10001 1000100

Color Harmonies of #BB9FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9FBA

Black with #BB9FBA

Text Example


Text Example

White with #BB9FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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