Html Css Color HEX #BDA4C6 Lola

📋 copy color: '#BDA4C6'

red 189 ◦ green 164 ◦ blue 198

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

Shades of Lola #BDA4C6

Tints of Lola #BDA4C6

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.76%

 BLUE value IS 198 (77.73% from 255) = 35.93%

R = 34.3%
G = 29.76%
B = 35.93%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BDA4C6 (or 0xBDA4C6) is known color: Lola. HEX triplet: BD, A4 and C6. RGB value is (189,164,198). Sum of RGB (Red+Green+Blue) = 189+164+198=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 198 - color contains mainly: blue. Hex color #BDA4C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4C6 is #425B39. Grayscale: #AFAFAF. Windows color (decimal): -4348730 or 13018301. OLE color: 13018301.

HSL color Cylindrical-coordinate representation of color #BDA4C6: hue angle of 284.12º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA4C6 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 164 198 -
CMYK 0.05 0.17 0 0.22
HSL 284.12º 0.23% 0.71% -
HSV(B) 284.12º 0.17% 0.78% -
XYZ 44.45 41.45 59.08 -
YUV 175.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 189 164 198 0.05 0.17 0 0.22 284.12 0.23 0.71
Hex BD A4 C6 5 11 0 16 11C 17 47
Octal 275 244 306 5 21 0 26 434 27 107
Binary 10111101 10100100 11000110 101 10001 0 10110 100011100 10111 1000111

Color Harmonies of #BDA4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4C6

Black with #BDA4C6

Text Example


Text Example

White with #BDA4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4C6; }

 p { color: rgb(189,164,198); }

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

background-color css

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

 a { background-color: rgb(189,164,198); }

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

border-color css

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

 span { border-color: rgb(189,164,198); }

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