Html Css Color HEX #BCADBC Lola

📋 copy color: '#BCADBC'

red 188 ◦ green 173 ◦ blue 188

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

Shades of Lola #BCADBC

Tints of Lola #BCADBC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.51%

 BLUE value IS 188 (73.83% from 255) = 34.24%

R = 34.24%
G = 31.51%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCADBC (or 0xBCADBC) is known color: Lola. HEX triplet: BC, AD and BC. RGB value is (188,173,188). Sum of RGB (Red+Green+Blue) = 188+173+188=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADBC is #435243. Grayscale: #B3B3B3. Windows color (decimal): -4411972 or 12365244. OLE color: 12365244.

HSL color Cylindrical-coordinate representation of color #BCADBC: hue angle of 300º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCADBC is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 173 188 -
CMYK 0 0.08 0 0.26
HSL 300º 0.1% 0.71% -
HSV(B) 300º 0.08% 0.74% -
XYZ 44.76 44.21 53.75 -
YUV 179.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 188 173 188 0 0.08 0 0.26 300 0.1 0.71
Hex BC AD BC 0 8 0 1A 12C A 47
Octal 274 255 274 0 10 0 32 454 12 107
Binary 10111100 10101101 10111100 0 1000 0 11010 100101100 1010 1000111

Color Harmonies of #BCADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADBC

Black with #BCADBC

Text Example


Text Example

White with #BCADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADBC; }

 p { color: rgb(188,173,188); }

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

background-color css

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

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

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

border-color css

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

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

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