Html Css Color HEX #B995C0 Lola

📋 copy color: '#B995C0'

red 185 ◦ green 149 ◦ blue 192

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

Shades of Lola #B995C0

Tints of Lola #B995C0

RGB

 RED value IS 185 (72.66% from 255) = 35.17%

 GREEN value IS 149 (58.59% from 255) = 28.33%

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

R = 35.17%
G = 28.33%
B = 36.5%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B995C0 (or 0xB995C0) is known color: Lola. HEX triplet: B9, 95 and C0. RGB value is (185,149,192). Sum of RGB (Red+Green+Blue) = 185+149+192=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 192 - color contains mainly: blue. Hex color #B995C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995C0 is #466A3F. Grayscale: #A4A4A4. Windows color (decimal): -4614720 or 12621241. OLE color: 12621241.

HSL color Cylindrical-coordinate representation of color #B995C0: hue angle of 290.23º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B995C0 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 149 192 -
CMYK 0.04 0.22 0 0.25
HSL 290.23º 0.25% 0.67% -
HSV(B) 290.23º 0.22% 0.75% -
XYZ 40.27 35.61 54.62 -
YUV 164.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 185 149 192 0.04 0.22 0 0.25 290.23 0.25 0.67
Hex B9 95 C0 4 16 0 19 122 19 43
Octal 271 225 300 4 26 0 31 442 31 103
Binary 10111001 10010101 11000000 100 10110 0 11001 100100010 11001 1000011

Color Harmonies of #B995C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995C0

Black with #B995C0

Text Example


Text Example

White with #B995C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995C0; }

 p { color: rgb(185,149,192); }

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

background-color css

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

 a { background-color: rgb(185,149,192); }

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

border-color css

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

 span { border-color: rgb(185,149,192); }

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