Html Css Color HEX #BCA8BE Lola

📋 copy color: '#BCA8BE'

red 188 ◦ green 168 ◦ blue 190

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

Shades of Lola #BCA8BE

Tints of Lola #BCA8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.77%

 BLUE value IS 190 (74.61% from 255) = 34.8%

R = 34.43%
G = 30.77%
B = 34.8%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCA8BE (or 0xBCA8BE) is known color: Lola. HEX triplet: BC, A8 and BE. RGB value is (188,168,190). Sum of RGB (Red+Green+Blue) = 188+168+190=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCA8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8BE is #435741. Grayscale: #B0B0B0. Windows color (decimal): -4413250 or 12495036. OLE color: 12495036.

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

Color convert

RGB 188 168 190 -
CMYK 0.01 0.12 0 0.25
HSL 294.55º 0.14% 0.7% -
HSV(B) 294.55º 0.12% 0.75% -
XYZ 44.04 42.41 54.58 -
YUV 176.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 188 168 190 0.01 0.12 0 0.25 294.55 0.14 0.7
Hex BC A8 BE 1 C 0 19 127 E 46
Octal 274 250 276 1 14 0 31 447 16 106
Binary 10111100 10101000 10111110 1 1100 0 11001 100100111 1110 1000110

Color Harmonies of #BCA8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8BE

Black with #BCA8BE

Text Example


Text Example

White with #BCA8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8BE; }

 p { color: rgb(188,168,190); }

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

background-color css

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

 a { background-color: rgb(188,168,190); }

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

border-color css

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

 span { border-color: rgb(188,168,190); }

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