Html Css Color HEX #BD9EC0 Lola

📋 copy color: '#BD9EC0'

red 189 ◦ green 158 ◦ blue 192

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

Shades of Lola #BD9EC0

Tints of Lola #BD9EC0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.31%

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

R = 35.06%
G = 29.31%
B = 35.62%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD9EC0 (or 0xBD9EC0) is known color: Lola. HEX triplet: BD, 9E and C0. RGB value is (189,158,192). Sum of RGB (Red+Green+Blue) = 189+158+192=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD9EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9EC0 is #42613F. Grayscale: #ABABAB. Windows color (decimal): -4350272 or 12623549. OLE color: 12623549.

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

Color convert

RGB 189 158 192 -
CMYK 0.02 0.18 0 0.25
HSL 294.71º 0.21% 0.69% -
HSV(B) 294.71º 0.18% 0.75% -
XYZ 42.73 39.08 55.16 -
YUV 171.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 189 158 192 0.02 0.18 0 0.25 294.71 0.21 0.69
Hex BD 9E C0 2 12 0 19 127 15 45
Octal 275 236 300 2 22 0 31 447 25 105
Binary 10111101 10011110 11000000 10 10010 0 11001 100100111 10101 1000101

Color Harmonies of #BD9EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9EC0

Black with #BD9EC0

Text Example


Text Example

White with #BD9EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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