Html Css Color HEX #BDA2C0 Lola

📋 copy color: '#BDA2C0'

red 189 ◦ green 162 ◦ blue 192

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

Shades of Lola #BDA2C0

Tints of Lola #BDA2C0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.83%

 BLUE value IS 192 (75.39% from 255) = 35.36%

R = 34.81%
G = 29.83%
B = 35.36%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BDA2C0 (or 0xBDA2C0) is known color: Lola. HEX triplet: BD, A2 and C0. RGB value is (189,162,192). Sum of RGB (Red+Green+Blue) = 189+162+192=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #BDA2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2C0 is #425D3F. Grayscale: #ADADAD. Windows color (decimal): -4349248 or 12624573. OLE color: 12624573.

HSL color Cylindrical-coordinate representation of color #BDA2C0: hue angle of 294º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDA2C0 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 162 192 -
CMYK 0.02 0.16 0 0.25
HSL 294º 0.19% 0.69% -
HSV(B) 294º 0.16% 0.75% -
XYZ 43.42 40.47 55.39 -
YUV 173.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 189 162 192 0.02 0.16 0 0.25 294 0.19 0.69
Hex BD A2 C0 2 10 0 19 126 13 45
Octal 275 242 300 2 20 0 31 446 23 105
Binary 10111101 10100010 11000000 10 10000 0 11001 100100110 10011 1000101

Color Harmonies of #BDA2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA2C0

Black with #BDA2C0

Text Example


Text Example

White with #BDA2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA2C0; }

 p { color: rgb(189,162,192); }

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

background-color css

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

 a { background-color: rgb(189,162,192); }

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

border-color css

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

 span { border-color: rgb(189,162,192); }

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