Html Css Color HEX #BDA9BC Lola

📋 copy color: '#BDA9BC'

red 189 ◦ green 169 ◦ blue 188

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

Shades of Lola #BDA9BC

Tints of Lola #BDA9BC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.95%

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

R = 34.62%
G = 30.95%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BDA9BC (or 0xBDA9BC) is known color: Lola. HEX triplet: BD, A9 and BC. RGB value is (189,169,188). Sum of RGB (Red+Green+Blue) = 189+169+188=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA9BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9BC is #425643. Grayscale: #B1B1B1. Windows color (decimal): -4347460 or 12364221. OLE color: 12364221.

HSL color Cylindrical-coordinate representation of color #BDA9BC: hue angle of 303º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDA9BC is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 188 -
CMYK 0 0.11 0.01 0.26
HSL 303º 0.13% 0.7% -
HSV(B) 303º 0.11% 0.74% -
XYZ 44.25 42.83 53.51 -
YUV 177.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 189 169 188 0 0.11 0.01 0.26 303 0.13 0.7
Hex BD A9 BC 0 B 1 1A 12F D 46
Octal 275 251 274 0 13 1 32 457 15 106
Binary 10111101 10101001 10111100 0 1011 1 11010 100101111 1101 1000110

Color Harmonies of #BDA9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9BC

Black with #BDA9BC

Text Example


Text Example

White with #BDA9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9BC; }

 p { color: rgb(189,169,188); }

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

background-color css

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

 a { background-color: rgb(189,169,188); }

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

border-color css

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

 span { border-color: rgb(189,169,188); }

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