Html Css Color HEX #BDACC1 Lola

📋 copy color: '#BDACC1'

red 189 ◦ green 172 ◦ blue 193

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

Shades of Lola #BDACC1

Tints of Lola #BDACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.05%

 BLUE value IS 193 (75.78% from 255) = 34.84%

R = 34.12%
G = 31.05%
B = 34.84%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BDACC1 (or 0xBDACC1) is known color: Lola. HEX triplet: BD, AC and C1. RGB value is (189,172,193). Sum of RGB (Red+Green+Blue) = 189+172+193=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACC1 is #42533E. Grayscale: #B3B3B3. Windows color (decimal): -4346687 or 12692669. OLE color: 12692669.

HSL color Cylindrical-coordinate representation of color #BDACC1: hue angle of 288.57º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDACC1 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 172 193 -
CMYK 0.02 0.11 0 0.24
HSL 288.57º 0.14% 0.72% -
HSV(B) 288.57º 0.11% 0.76% -
XYZ 45.36 44.17 56.59 -
YUV 179.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 189 172 193 0.02 0.11 0 0.24 288.57 0.14 0.72
Hex BD AC C1 2 B 0 18 121 E 48
Octal 275 254 301 2 13 0 30 441 16 110
Binary 10111101 10101100 11000001 10 1011 0 11000 100100001 1110 1001000

Color Harmonies of #BDACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDACC1

Black with #BDACC1

Text Example


Text Example

White with #BDACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDACC1; }

 p { color: rgb(189,172,193); }

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

background-color css

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

 a { background-color: rgb(189,172,193); }

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

border-color css

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

 span { border-color: rgb(189,172,193); }

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