Html Css Color HEX #BC9DBF Lola

📋 copy color: '#BC9DBF'

red 188 ◦ green 157 ◦ blue 191

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

Shades of Lola #BC9DBF

Tints of Lola #BC9DBF

RGB

 RED value IS 188 (73.83% from 255) = 35.07%

 GREEN value IS 157 (61.72% from 255) = 29.29%

 BLUE value IS 191 (75% from 255) = 35.63%

R = 35.07%
G = 29.29%
B = 35.63%

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

#BC9DBF (or 0xBC9DBF) is known color: Lola. HEX triplet: BC, 9D and BF. RGB value is (188,157,191). Sum of RGB (Red+Green+Blue) = 188+157+191=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC9DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DBF is #436240. Grayscale: #AAAAAA. Windows color (decimal): -4416065 or 12557756. OLE color: 12557756.

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

Color convert

RGB 188 157 191 -
CMYK 0.02 0.18 0 0.25
HSL 294.71º 0.21% 0.68% -
HSV(B) 294.71º 0.18% 0.75% -
XYZ 42.2 38.57 54.51 -
YUV 170.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 188 157 191 0.02 0.18 0 0.25 294.71 0.21 0.68
Hex BC 9D BF 2 12 0 19 127 15 44
Octal 274 235 277 2 22 0 31 447 25 104
Binary 10111100 10011101 10111111 10 10010 0 11001 100100111 10101 1000100

Color Harmonies of #BC9DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9DBF

Black with #BC9DBF

Text Example


Text Example

White with #BC9DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9DBF; }

 p { color: rgb(188,157,191); }

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

background-color css

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

 a { background-color: rgb(188,157,191); }

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

border-color css

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

 span { border-color: rgb(188,157,191); }

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