Html Css Color HEX #B699BA Lola

📋 copy color: '#B699BA'

red 182 ◦ green 153 ◦ blue 186

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

Shades of Lola #B699BA

Tints of Lola #B699BA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.37%

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

R = 34.93%
G = 29.37%
B = 35.7%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B699BA (or 0xB699BA) is known color: Lola. HEX triplet: B6, 99 and BA. RGB value is (182,153,186). Sum of RGB (Red+Green+Blue) = 182+153+186=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #B699BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699BA is #496645. Grayscale: #A5A5A5. Windows color (decimal): -4810310 or 12229046. OLE color: 12229046.

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

Color convert

RGB 182 153 186 -
CMYK 0.02 0.18 0 0.27
HSL 292.73º 0.19% 0.66% -
HSV(B) 292.73º 0.18% 0.73% -
XYZ 39.55 36.27 51.37 -
YUV 165.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 182 153 186 0.02 0.18 0 0.27 292.73 0.19 0.66
Hex B6 99 BA 2 12 0 1B 125 13 42
Octal 266 231 272 2 22 0 33 445 23 102
Binary 10110110 10011001 10111010 10 10010 0 11011 100100101 10011 1000010

Color Harmonies of #B699BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699BA

Black with #B699BA

Text Example


Text Example

White with #B699BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699BA; }

 p { color: rgb(182,153,186); }

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

background-color css

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

 a { background-color: rgb(182,153,186); }

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

border-color css

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

 span { border-color: rgb(182,153,186); }

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