Html Css Color HEX #BDAFC3 Lola

📋 copy color: '#BDAFC3'

red 189 ◦ green 175 ◦ blue 195

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

Shades of Lola #BDAFC3

Tints of Lola #BDAFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.88%

R = 33.81%
G = 31.31%
B = 34.88%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BDAFC3 (or 0xBDAFC3) is known color: Lola. HEX triplet: BD, AF and C3. RGB value is (189,175,195). Sum of RGB (Red+Green+Blue) = 189+175+195=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFC3 is #42503C. Grayscale: #B5B5B5. Windows color (decimal): -4345917 or 12824509. OLE color: 12824509.

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

Color convert

RGB 189 175 195 -
CMYK 0.03 0.10 0 0.24
HSL 282º 0.14% 0.73% -
HSV(B) 282º 0.1% 0.76% -
XYZ 46.17 45.42 57.96 -
YUV 181.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 189 175 195 0.03 0.10 0 0.24 282 0.14 0.73
Hex BD AF C3 3 A 0 18 11A E 49
Octal 275 257 303 3 12 0 30 432 16 111
Binary 10111101 10101111 11000011 11 1010 0 11000 100011010 1110 1001001

Color Harmonies of #BDAFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFC3

Black with #BDAFC3

Text Example


Text Example

White with #BDAFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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