Html Css Color HEX #BDADC1 Lola

📋 copy color: '#BDADC1'

red 189 ◦ green 173 ◦ blue 193

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

Shades of Lola #BDADC1

Tints of Lola #BDADC1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.17%

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

R = 34.05%
G = 31.17%
B = 34.77%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BDADC1 (or 0xBDADC1) is known color: Lola. HEX triplet: BD, AD and C1. RGB value is (189,173,193). Sum of RGB (Red+Green+Blue) = 189+173+193=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADC1 is #42523E. Grayscale: #B3B3B3. Windows color (decimal): -4346431 or 12692925. OLE color: 12692925.

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

Color convert

RGB 189 173 193 -
CMYK 0.02 0.10 0 0.24
HSL 288º 0.14% 0.72% -
HSV(B) 288º 0.1% 0.76% -
XYZ 45.56 44.56 56.65 -
YUV 180.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 189 173 193 0.02 0.10 0 0.24 288 0.14 0.72
Hex BD AD C1 2 A 0 18 120 E 48
Octal 275 255 301 2 12 0 30 440 16 110
Binary 10111101 10101101 11000001 10 1010 0 11000 100100000 1110 1001000

Color Harmonies of #BDADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADC1

Black with #BDADC1

Text Example


Text Example

White with #BDADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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