Html Css Color HEX #BDABBE Lola

📋 copy color: '#BDABBE'

red 189 ◦ green 171 ◦ blue 190

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

Shades of Lola #BDABBE

Tints of Lola #BDABBE

RGB

 RED value IS 189 (74.22% from 255) = 34.36%

 GREEN value IS 171 (67.19% from 255) = 31.09%

 BLUE value IS 190 (74.61% from 255) = 34.55%

R = 34.36%
G = 31.09%
B = 34.55%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BDABBE (or 0xBDABBE) is known color: Lola. HEX triplet: BD, AB and BE. RGB value is (189,171,190). Sum of RGB (Red+Green+Blue) = 189+171+190=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABBE is #425441. Grayscale: #B2B2B2. Windows color (decimal): -4346946 or 12495805. OLE color: 12495805.

HSL color Cylindrical-coordinate representation of color #BDABBE: hue angle of 296.84º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDABBE is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 171 190 -
CMYK 0.01 0.10 0 0.25
HSL 296.84º 0.13% 0.71% -
HSV(B) 296.84º 0.1% 0.75% -
XYZ 44.84 43.66 54.78 -
YUV 178.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 189 171 190 0.01 0.10 0 0.25 296.84 0.13 0.71
Hex BD AB BE 1 A 0 19 129 D 47
Octal 275 253 276 1 12 0 31 451 15 107
Binary 10111101 10101011 10111110 1 1010 0 11001 100101001 1101 1000111

Color Harmonies of #BDABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABBE

Black with #BDABBE

Text Example


Text Example

White with #BDABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABBE; }

 p { color: rgb(189,171,190); }

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

background-color css

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

 a { background-color: rgb(189,171,190); }

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

border-color css

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

 span { border-color: rgb(189,171,190); }

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