Html Css Color HEX #BCADBE Lola

📋 copy color: '#BCADBE'

red 188 ◦ green 173 ◦ blue 190

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

Shades of Lola #BCADBE

Tints of Lola #BCADBE

RGB

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

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

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

R = 34.12%
G = 31.4%
B = 34.48%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCADBE (or 0xBCADBE) is known color: Lola. HEX triplet: BC, AD and BE. RGB value is (188,173,190). Sum of RGB (Red+Green+Blue) = 188+173+190=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADBE is #435241. Grayscale: #B3B3B3. Windows color (decimal): -4411970 or 12496316. OLE color: 12496316.

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

Color convert

RGB 188 173 190 -
CMYK 0.01 0.09 0 0.25
HSL 292.94º 0.12% 0.71% -
HSV(B) 292.94º 0.09% 0.75% -
XYZ 44.98 44.3 54.89 -
YUV 179.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 188 173 190 0.01 0.09 0 0.25 292.94 0.12 0.71
Hex BC AD BE 1 9 0 19 125 C 47
Octal 274 255 276 1 11 0 31 445 14 107
Binary 10111100 10101101 10111110 1 1001 0 11001 100100101 1100 1000111

Color Harmonies of #BCADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCADBE

Black with #BCADBE

Text Example


Text Example

White with #BCADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCADBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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