Html Css Color HEX #BDAFC1 Lola

📋 copy color: '#BDAFC1'

red 189 ◦ green 175 ◦ blue 193

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

Shades of Lola #BDAFC1

Tints of Lola #BDAFC1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.42%

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

R = 33.93%
G = 31.42%
B = 34.65%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BDAFC1 (or 0xBDAFC1) is known color: Lola. HEX triplet: BD, AF and C1. RGB value is (189,175,193). Sum of RGB (Red+Green+Blue) = 189+175+193=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFC1 is #42503E. Grayscale: #B5B5B5. Windows color (decimal): -4345919 or 12693437. OLE color: 12693437.

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

Color convert

RGB 189 175 193 -
CMYK 0.02 0.09 0 0.24
HSL 286.67º 0.13% 0.72% -
HSV(B) 286.67º 0.09% 0.76% -
XYZ 45.94 45.33 56.78 -
YUV 181.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 189 175 193 0.02 0.09 0 0.24 286.67 0.13 0.72
Hex BD AF C1 2 9 0 18 11F D 48
Octal 275 257 301 2 11 0 30 437 15 110
Binary 10111101 10101111 11000001 10 1001 0 11000 100011111 1101 1001000

Color Harmonies of #BDAFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFC1

Black with #BDAFC1

Text Example


Text Example

White with #BDAFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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