Html Css Color HEX #B69DBB Lola

📋 copy color: '#B69DBB'

red 182 ◦ green 157 ◦ blue 187

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

Shades of Lola #B69DBB

Tints of Lola #B69DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.85%

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

R = 34.6%
G = 29.85%
B = 35.55%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B69DBB (or 0xB69DBB) is known color: Lola. HEX triplet: B6, 9D and BB. RGB value is (182,157,187). Sum of RGB (Red+Green+Blue) = 182+157+187=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #B69DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69DBB is #496244. Grayscale: #A7A7A7. Windows color (decimal): -4809285 or 12295606. OLE color: 12295606.

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

Color convert

RGB 182 157 187 -
CMYK 0.03 0.16 0 0.27
HSL 290º 0.18% 0.67% -
HSV(B) 290º 0.16% 0.73% -
XYZ 40.32 37.65 52.16 -
YUV 167.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 182 157 187 0.03 0.16 0 0.27 290 0.18 0.67
Hex B6 9D BB 3 10 0 1B 122 12 43
Octal 266 235 273 3 20 0 33 442 22 103
Binary 10110110 10011101 10111011 11 10000 0 11011 100100010 10010 1000011

Color Harmonies of #B69DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69DBB

Black with #B69DBB

Text Example


Text Example

White with #B69DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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