Html Css Color HEX #BD9FC0 Lola

📋 copy color: '#BD9FC0'

red 189 ◦ green 159 ◦ blue 192

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

Shades of Lola #BD9FC0

Tints of Lola #BD9FC0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.44%

 BLUE value IS 192 (75.39% from 255) = 35.56%

R = 35%
G = 29.44%
B = 35.56%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD9FC0 (or 0xBD9FC0) is known color: Lola. HEX triplet: BD, 9F and C0. RGB value is (189,159,192). Sum of RGB (Red+Green+Blue) = 189+159+192=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD9FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FC0 is #42603F. Grayscale: #ABABAB. Windows color (decimal): -4350016 or 12623805. OLE color: 12623805.

HSL color Cylindrical-coordinate representation of color #BD9FC0: hue angle of 294.55º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BD9FC0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 159 192 -
CMYK 0.02 0.17 0 0.25
HSL 294.55º 0.21% 0.69% -
HSV(B) 294.55º 0.17% 0.75% -
XYZ 42.9 39.42 55.22 -
YUV 171.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 189 159 192 0.02 0.17 0 0.25 294.55 0.21 0.69
Hex BD 9F C0 2 11 0 19 127 15 45
Octal 275 237 300 2 21 0 31 447 25 105
Binary 10111101 10011111 11000000 10 10001 0 11001 100100111 10101 1000101

Color Harmonies of #BD9FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FC0

Black with #BD9FC0

Text Example


Text Example

White with #BD9FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FC0; }

 p { color: rgb(189,159,192); }

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

background-color css

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

 a { background-color: rgb(189,159,192); }

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

border-color css

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

 span { border-color: rgb(189,159,192); }

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