Html Css Color HEX #B69BBB Lola

📋 copy color: '#B69BBB'

red 182 ◦ green 155 ◦ blue 187

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

Shades of Lola #B69BBB

Tints of Lola #B69BBB

RGB

 RED value IS 182 (71.48% from 255) = 34.73%

 GREEN value IS 155 (60.94% from 255) = 29.58%

 BLUE value IS 187 (73.44% from 255) = 35.69%

R = 34.73%
G = 29.58%
B = 35.69%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B69BBB (or 0xB69BBB) is known color: Lola. HEX triplet: B6, 9B and BB. RGB value is (182,155,187). Sum of RGB (Red+Green+Blue) = 182+155+187=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: blue. Hex color #B69BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BBB is #496444. Grayscale: #A6A6A6. Windows color (decimal): -4809797 or 12295094. OLE color: 12295094.

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

Color convert

RGB 182 155 187 -
CMYK 0.03 0.17 0 0.27
HSL 290.63º 0.19% 0.67% -
HSV(B) 290.63º 0.17% 0.73% -
XYZ 39.98 36.98 52.04 -
YUV 166.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 182 155 187 0.03 0.17 0 0.27 290.63 0.19 0.67
Hex B6 9B BB 3 11 0 1B 123 13 43
Octal 266 233 273 3 21 0 33 443 23 103
Binary 10110110 10011011 10111011 11 10001 0 11011 100100011 10011 1000011

Color Harmonies of #B69BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BBB

Black with #B69BBB

Text Example


Text Example

White with #B69BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BBB; }

 p { color: rgb(182,155,187); }

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

background-color css

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

 a { background-color: rgb(182,155,187); }

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

border-color css

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

 span { border-color: rgb(182,155,187); }

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