Html Css Color HEX #B69BBC Lola

📋 copy color: '#B69BBC'

red 182 ◦ green 155 ◦ blue 188

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

Shades of Lola #B69BBC

Tints of Lola #B69BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.81%

R = 34.67%
G = 29.52%
B = 35.81%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B69BBC (or 0xB69BBC) is known color: Lola. HEX triplet: B6, 9B and BC. RGB value is (182,155,188). Sum of RGB (Red+Green+Blue) = 182+155+188=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #B69BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BBC is #496443. Grayscale: #A6A6A6. Windows color (decimal): -4809796 or 12360630. OLE color: 12360630.

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

Color convert

RGB 182 155 188 -
CMYK 0.03 0.18 0 0.26
HSL 289.09º 0.2% 0.67% -
HSV(B) 289.09º 0.18% 0.74% -
XYZ 40.09 37.02 52.61 -
YUV 166.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 182 155 188 0.03 0.18 0 0.26 289.09 0.2 0.67
Hex B6 9B BC 3 12 0 1A 121 14 43
Octal 266 233 274 3 22 0 32 441 24 103
Binary 10110110 10011011 10111100 11 10010 0 11010 100100001 10100 1000011

Color Harmonies of #B69BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BBC

Black with #B69BBC

Text Example


Text Example

White with #B69BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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