Html Css Color HEX #BB9CBF Lola

📋 copy color: '#BB9CBF'

red 187 ◦ green 156 ◦ blue 191

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

Shades of Lola #BB9CBF

Tints of Lola #BB9CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.21%

 BLUE value IS 191 (75% from 255) = 35.77%

R = 35.02%
G = 29.21%
B = 35.77%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB9CBF (or 0xBB9CBF) is known color: Lola. HEX triplet: BB, 9C and BF. RGB value is (187,156,191). Sum of RGB (Red+Green+Blue) = 187+156+191=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB9CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CBF is #446340. Grayscale: #A9A9A9. Windows color (decimal): -4481857 or 12557499. OLE color: 12557499.

HSL color Cylindrical-coordinate representation of color #BB9CBF: hue angle of 293.14º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB9CBF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 156 191 -
CMYK 0.02 0.18 0 0.25
HSL 293.14º 0.21% 0.68% -
HSV(B) 293.14º 0.18% 0.75% -
XYZ 41.79 38.1 54.44 -
YUV 169.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 187 156 191 0.02 0.18 0 0.25 293.14 0.21 0.68
Hex BB 9C BF 2 12 0 19 125 15 44
Octal 273 234 277 2 22 0 31 445 25 104
Binary 10111011 10011100 10111111 10 10010 0 11001 100100101 10101 1000100

Color Harmonies of #BB9CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CBF

Black with #BB9CBF

Text Example


Text Example

White with #BB9CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CBF; }

 p { color: rgb(187,156,191); }

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

background-color css

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

 a { background-color: rgb(187,156,191); }

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

border-color css

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

 span { border-color: rgb(187,156,191); }

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