Html Css Color HEX #BC9CC2 Lola

📋 copy color: '#BC9CC2'

red 188 ◦ green 156 ◦ blue 194

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

Shades of Lola #BC9CC2

Tints of Lola #BC9CC2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29%

 BLUE value IS 194 (76.17% from 255) = 36.06%

R = 34.94%
G = 29%
B = 36.06%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC9CC2 (or 0xBC9CC2) is known color: Lola. HEX triplet: BC, 9C and C2. RGB value is (188,156,194). Sum of RGB (Red+Green+Blue) = 188+156+194=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC9CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CC2 is #43633D. Grayscale: #A9A9A9. Windows color (decimal): -4416318 or 12754108. OLE color: 12754108.

HSL color Cylindrical-coordinate representation of color #BC9CC2: hue angle of 290.53º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC9CC2 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 156 194 -
CMYK 0.03 0.20 0 0.24
HSL 290.53º 0.24% 0.69% -
HSV(B) 290.53º 0.2% 0.76% -
XYZ 42.37 38.36 56.21 -
YUV 169.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 188 156 194 0.03 0.20 0 0.24 290.53 0.24 0.69
Hex BC 9C C2 3 14 0 18 123 18 45
Octal 274 234 302 3 24 0 30 443 30 105
Binary 10111100 10011100 11000010 11 10100 0 11000 100100011 11000 1000101

Color Harmonies of #BC9CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9CC2

Black with #BC9CC2

Text Example


Text Example

White with #BC9CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9CC2; }

 p { color: rgb(188,156,194); }

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

background-color css

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

 a { background-color: rgb(188,156,194); }

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

border-color css

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

 span { border-color: rgb(188,156,194); }

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